C# Class System.UIntPtr

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Zero UIntPtr

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String
ToUInt32 ( ) : uint
ToUInt64 ( ) : ulong
UIntPtr ( uint value ) : System
UIntPtr ( ulong value ) : System
operator ( ) : bool

Private Methods

Method Description
ISerializable ( SerializationInfo info, StreamingContext context ) : void
ToPointer ( ) : void*
UIntPtr ( SerializationInfo info, StreamingContext context ) : System
UIntPtr ( void value ) : System

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

ToUInt32() public method

public ToUInt32 ( ) : uint
return uint

ToUInt64() public method

public ToUInt64 ( ) : ulong
return ulong

UIntPtr() public method

public UIntPtr ( uint value ) : System
value uint
return System

UIntPtr() public method

public UIntPtr ( ulong value ) : System
value ulong
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Zero public static property

public static UIntPtr,System Zero
return UIntPtr