[]
Performs an implicit conversion from PointerSize to int.
public static implicit operator int(PointerSize value)
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The value. |
| Type | Description |
|---|---|
| int | The result of the conversion. |
Performs an implicit conversion from PointerSize to long.
public static implicit operator long(PointerSize value)
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The value. |
| Type | Description |
|---|---|
| long | The result of the conversion. |
Performs an implicit conversion from PointerSize to int.
public static implicit operator PointerSize(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| PointerSize | The result of the conversion. |
Performs an implicit conversion from PointerSize to long.
public static implicit operator PointerSize(long value)
| Type | Name | Description |
|---|---|---|
| long | value | The value. |
| Type | Description |
|---|---|
| PointerSize | The result of the conversion. |
Performs an implicit conversion from IntPtr to PointerSize.
public static implicit operator PointerSize(IntPtr value)
| Type | Name | Description |
|---|---|---|
| IntPtr | value | The value. |
| Type | Description |
|---|---|
| PointerSize | The result of the conversion. |
Performs an implicit conversion from PointerSize to IntPtr.
public static implicit operator IntPtr(PointerSize value)
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The value. |
| Type | Description |
|---|---|
| IntPtr | The result of the conversion. |
Performs an implicit conversion from void* to PointerSize.
[CLSCompliant(false)]
public static implicit operator PointerSize(void* value)
| Type | Name | Description |
|---|---|---|
| void* | value | The value. |
| Type | Description |
|---|---|
| PointerSize | The result of the conversion. |
Performs an implicit conversion from PointerSize to void*.
[CLSCompliant(false)]
public static implicit operator void*(PointerSize value)
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The value. |
| Type | Description |
|---|---|
| void* | The result of the conversion. |