C# 클래스 System.Xml.UniqueId

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToCharArray() 공개 메소드

public ToCharArray ( char chars, int offset ) : int
chars char
offset int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetGuid() 공개 메소드

public TryGetGuid ( System.Guid &guid ) : bool
guid System.Guid
리턴 bool

TryGetGuid() 공개 메소드

public TryGetGuid ( System &guid ) : bool
guid System
리턴 bool

TryGetGuid() 공개 메소드

public TryGetGuid ( byte buffer, int offset ) : bool
buffer byte
offset int
리턴 bool

UniqueId() 공개 메소드

public UniqueId ( )

UniqueId() 공개 메소드

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

UniqueId() 공개 메소드

public UniqueId ( System guid )
guid System

UniqueId() 공개 메소드

public UniqueId ( byte guid )
guid byte

UniqueId() 공개 메소드

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

UniqueId() 공개 메소드

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

UniqueId() 공개 메소드

public UniqueId ( string value )
value string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool