Generated from class MR.VoxelsLoad.DicomStatus. This is the const half of the class.
More...
Inheritance diagram for MR.VoxelsLoad.Const_DicomStatus:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_DicomStatus (MR.VoxelsLoad._ByValue_DicomStatus _other) |
Generated from constructor MR.VoxelsLoad.DicomStatus.DicomStatus. | |
| unsafe | Const_DicomStatus (MR.VoxelsLoad.DicomStatusEnum st, string? rs=null) |
Generated from constructor MR.VoxelsLoad.DicomStatus.DicomStatus. Parameter rs defaults to "". | |
| bool | Equals (MR.VoxelsLoad.DicomStatusEnum s) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe | operator bool (MR.VoxelsLoad.Const_DicomStatus _this) |
Generated from conversion operator MR.VoxelsLoad.DicomStatus.operator bool. | |
| static unsafe bool | operator== (MR.VoxelsLoad.Const_DicomStatus _this, MR.VoxelsLoad.DicomStatusEnum s) |
Generated from method MR.VoxelsLoad.DicomStatus.operator==. | |
| static unsafe bool | operator!= (MR.VoxelsLoad.Const_DicomStatus _this, MR.VoxelsLoad.DicomStatusEnum s) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.VoxelsLoad.DicomStatusEnum | status [get] |
| unsafe MR.Std.Const_String | reason [get] |
Properties inherited from MR.Misc.Object< Const_DicomStatus > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_DicomStatus > | |
| bool | _IsOwningVal |
Generated from class MR.VoxelsLoad.DicomStatus. This is the const half of the class.