Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr Constructor

Constructs a new UIntPtr structure using the specified ulong containing a pointer or a handle.

public UIntPtr (ulong value)

Parameters

value
A ulong containing a pointer or a handle.

Exceptions

TypeReason
OverflowExceptionThe current platform is a 32-bit platform and the value of the current instance is greater than uint.MaxValue.

Remarks

Documentation for this section has not yet been entered.

Requirements

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