C# Class System.IntPtr

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Zero IntPtr

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String
ToString ( String format ) : String

Private Methods

Method Description
ISerializable ( SerializationInfo info, StreamingContext context ) : void
IntPtr ( SerializationInfo info, StreamingContext context ) : System
IntPtr ( int value ) : System
IntPtr ( long value ) : System
IntPtr ( void value ) : System
IsNull ( ) : bool
ToInt32 ( ) : int
ToInt64 ( ) : long
ToPointer ( ) : void*
operator ( ) : bool

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

ToString() public method

public ToString ( String format ) : String
format String
return String

Property Details

Zero public_oe static_oe property

public static IntPtr,System Zero
return IntPtr