C# 클래스 Qyoto.QUuid

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
CreateUuid ( ) : QUuid
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsNull ( ) : bool
QUuid ( string arg1 ) : System
QUuid ( uint l, ushort w1, ushort w2, ushort b1, ushort b2, ushort b3, ushort b4, ushort b5, ushort b6, ushort b7, ushort b8 ) : System
ToString ( ) : string
operator ( ) : bool
operator ( ) : string
variant ( ) : QUuid.Variant
version ( ) : QUuid.Version

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QUuid ( Type dummy ) : System

비공개 메소드들

메소드 설명
QUuid ( ) : System

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CreateUuid() 공개 정적인 메소드

public static CreateUuid ( ) : QUuid
리턴 QUuid

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

QUuid() 보호된 메소드

protected QUuid ( Type dummy ) : System
dummy Type
리턴 System

QUuid() 공개 메소드

public QUuid ( string arg1 ) : System
arg1 string
리턴 System

QUuid() 공개 메소드

public QUuid ( uint l, ushort w1, ushort w2, ushort b1, ushort b2, ushort b3, ushort b4, ushort b5, ushort b6, ushort b7, ushort b8 ) : System
l uint
w1 ushort
w2 ushort
b1 ushort
b2 ushort
b3 ushort
b4 ushort
b5 ushort
b6 ushort
b7 ushort
b8 ushort
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : string
리턴 string

variant() 공개 메소드

public variant ( ) : QUuid.Variant
리턴 QUuid.Variant

version() 공개 메소드

public version ( ) : QUuid.Version
리턴 QUuid.Version

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation interceptor
리턴 SmokeInvocation