C# Class System.Xml.UniqueId

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToCharArray ( char chars, int offset ) : int
ToString ( ) : string
TryGetGuid ( System.Guid &guid ) : bool
TryGetGuid ( System &guid ) : bool
TryGetGuid ( byte buffer, int offset ) : bool
UniqueId ( )
UniqueId ( System.Guid guid )
UniqueId ( System guid )
UniqueId ( byte guid )
UniqueId ( byte guid, int offset )
UniqueId ( char chars, int offset, int count )
UniqueId ( string value )
operator ( ) : bool

Private Methods

Méthode Description
UnsafeDecode ( short char2val, char ch1, char ch2 ) : int
UnsafeEncode ( char val2char, byte b, char pch ) : void
UnsafeGetInt32 ( byte pb ) : Int32
UnsafeGetInt64 ( byte pb ) : System.Int64
UnsafeParse ( char chars, int charCount ) : void
UnsafeSetInt32 ( Int32 value, byte pb ) : void
UnsafeSetInt64 ( System.Int64 value, byte pb ) : void

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

ToCharArray() public méthode

public ToCharArray ( char chars, int offset ) : int
chars char
offset int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

TryGetGuid() public méthode

public TryGetGuid ( System.Guid &guid ) : bool
guid System.Guid
Résultat bool

TryGetGuid() public méthode

public TryGetGuid ( System &guid ) : bool
guid System
Résultat bool

TryGetGuid() public méthode

public TryGetGuid ( byte buffer, int offset ) : bool
buffer byte
offset int
Résultat bool

UniqueId() public méthode

public UniqueId ( )

UniqueId() public méthode

public UniqueId ( System.Guid guid )
guid System.Guid

UniqueId() public méthode

public UniqueId ( System guid )
guid System

UniqueId() public méthode

public UniqueId ( byte guid )
guid byte

UniqueId() public méthode

public UniqueId ( byte guid, int offset )
guid byte
offset int

UniqueId() public méthode

public UniqueId ( char chars, int offset, int count )
chars char
offset int
count int

UniqueId() public méthode

public UniqueId ( string value )
value string

operator() public static méthode

public static operator ( ) : bool
Résultat bool