C# Class System.UIntPtr

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
Zero UIntPtr

Méthodes publiques

Méthode 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

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

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

ToUInt32() public méthode

public ToUInt32 ( ) : uint
Résultat uint

ToUInt64() public méthode

public ToUInt64 ( ) : ulong
Résultat ulong

UIntPtr() public méthode

public UIntPtr ( uint value ) : System
value uint
Résultat System

UIntPtr() public méthode

public UIntPtr ( ulong value ) : System
value ulong
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Zero public_oe static_oe property

public static UIntPtr,System Zero
Résultat UIntPtr