Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr.ToPointer Method

Converts the value of the current instance to a pointer to void. [Edit]

[System.CLSCompliant(false)]
public void* ToPointer ()

Returns

A pointer to void. [Edit]

Remarks

Note: A pointer to void points to memory containing data of an unspecified type.

This method is not CLS-compliant. For a CLS-compliant alternative use IntPtr.ToPointer.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0