Mono Class Library: System.IntPtr Overview | Members

System.IntPtr Constructor

Constructs a new IntPtr structure using the specified long containing a pointer or a handle. [Edit]

[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.MayFail)]
public IntPtr (long value)

Parameters

value
A long 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 int.MaxValue or less than int.MinValue. [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