ホーム › System.Diagnostics.Debug.Extensions › WrappedObjectPreference
WrappedObjectPreference
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| WrappedObjectNameResolution | 0 | 0x0 |
| WrappedObjectGeneralProxy | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WrappedObjectPreference : int {
WrappedObjectNameResolution = 0,
WrappedObjectGeneralProxy = 1
} WrappedObjectPreference;public enum WrappedObjectPreference : int
{
WrappedObjectNameResolution = 0,
WrappedObjectGeneralProxy = 1,
}Public Enum WrappedObjectPreference As Integer
WrappedObjectNameResolution = 0
WrappedObjectGeneralProxy = 1
End Enumimport enum
class WrappedObjectPreference(enum.IntEnum):
WrappedObjectNameResolution = 0
WrappedObjectGeneralProxy = 1// WrappedObjectPreference
pub const WrappedObjectNameResolution: i32 = 0;
pub const WrappedObjectGeneralProxy: i32 = 1;// WrappedObjectPreference
const (
WrappedObjectNameResolution int32 = 0
WrappedObjectGeneralProxy int32 = 1
)const
WrappedObjectNameResolution = 0;
WrappedObjectGeneralProxy = 1;// WrappedObjectPreference
pub const WrappedObjectNameResolution: i32 = 0;
pub const WrappedObjectGeneralProxy: i32 = 1;const
WrappedObjectNameResolution* = 0
WrappedObjectGeneralProxy* = 1enum WrappedObjectPreference : int {
WrappedObjectNameResolution = 0,
WrappedObjectGeneralProxy = 1,
}#define global WrappedObjectNameResolution 0x0
#define global WrappedObjectGeneralProxy 0x1