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. [Edit]

public UIntPtr (ulong value)

Parameters

value
A ulong containing a pointer or a handle. [Edit]

Exceptions

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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