[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Implicit

implicit operator Operator

implicit operator int(PointerSize)

Performs an implicit conversion from PointerSize to int.

Declaration
public static implicit operator int(PointerSize value)
Parameters
Type Name Description
PointerSize value

The value.

Returns
Type Description
int

The result of the conversion.

implicit operator long(PointerSize)

Performs an implicit conversion from PointerSize to long.

Declaration
public static implicit operator long(PointerSize value)
Parameters
Type Name Description
PointerSize value

The value.

Returns
Type Description
long

The result of the conversion.

implicit operator PointerSize(int)

Performs an implicit conversion from PointerSize to int.

Declaration
public static implicit operator PointerSize(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
PointerSize

The result of the conversion.

implicit operator PointerSize(long)

Performs an implicit conversion from PointerSize to long.

Declaration
public static implicit operator PointerSize(long value)
Parameters
Type Name Description
long value

The value.

Returns
Type Description
PointerSize

The result of the conversion.

implicit operator PointerSize(IntPtr)

Performs an implicit conversion from IntPtr to PointerSize.

Declaration
public static implicit operator PointerSize(IntPtr value)
Parameters
Type Name Description
IntPtr value

The value.

Returns
Type Description
PointerSize

The result of the conversion.

implicit operator IntPtr(PointerSize)

Performs an implicit conversion from PointerSize to IntPtr.

Declaration
public static implicit operator IntPtr(PointerSize value)
Parameters
Type Name Description
PointerSize value

The value.

Returns
Type Description
IntPtr

The result of the conversion.

implicit operator PointerSize(void*)

Performs an implicit conversion from void* to PointerSize.

Declaration
[CLSCompliant(false)]
public static implicit operator PointerSize(void* value)
Parameters
Type Name Description
void* value

The value.

Returns
Type Description
PointerSize

The result of the conversion.

implicit operator void*(PointerSize)

Performs an implicit conversion from PointerSize to void*.

Declaration
[CLSCompliant(false)]
public static implicit operator void*(PointerSize value)
Parameters
Type Name Description
PointerSize value

The value.

Returns
Type Description
void*

The result of the conversion.