[]
Performs an implicit conversion from PointerSize to int.
public static implicit operator int(PointerSize value)
Public Shared Widening Operator CType(value As PointerSize) As Integer
| 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)
Public Shared Widening Operator CType(value As PointerSize) As Long
| 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)
Public Shared Widening Operator CType(value As Integer) As PointerSize
| 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)
Public Shared Widening Operator CType(value As Long) As PointerSize
| 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)
Public Shared Widening Operator CType(value As IntPtr) As PointerSize
| 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)
Public Shared Widening Operator CType(value As PointerSize) As IntPtr
| 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)
<CLSCompliant(False)>
Public Shared Widening Operator CType(value As Void*) As PointerSize
| 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)
<CLSCompliant(False)>
Public Shared Widening Operator CType(value As PointerSize) As Void*
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The value. |
| Type | Description |
|---|---|
| void* | The result of the conversion. |