C# Class System.Xml.UniqueId

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToCharArray() public method

public ToCharArray ( char chars, int offset ) : int
chars char
offset int
return int

ToString() public method

public ToString ( ) : string
return string

TryGetGuid() public method

public TryGetGuid ( System.Guid &guid ) : bool
guid System.Guid
return bool

TryGetGuid() public method

public TryGetGuid ( System &guid ) : bool
guid System
return bool

TryGetGuid() public method

public TryGetGuid ( byte buffer, int offset ) : bool
buffer byte
offset int
return bool

UniqueId() public method

public UniqueId ( )

UniqueId() public method

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

UniqueId() public method

public UniqueId ( System guid )
guid System

UniqueId() public method

public UniqueId ( byte guid )
guid byte

UniqueId() public method

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

UniqueId() public method

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

UniqueId() public method

public UniqueId ( string value )
value string

operator() public static method

public static operator ( ) : bool
return bool