C# Class Qyoto.QUuid

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

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

Protected Methods

Method Description
CreateProxy ( ) : void
QUuid ( Type dummy ) : System

Private Methods

Method Description
QUuid ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CreateUuid() public static method

public static CreateUuid ( ) : QUuid
return QUuid

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsNull() public method

public IsNull ( ) : bool
return bool

QUuid() protected method

protected QUuid ( Type dummy ) : System
dummy Type
return System

QUuid() public method

public QUuid ( string arg1 ) : System
arg1 string
return System

QUuid() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : string
return string

variant() public method

public variant ( ) : QUuid.Variant
return QUuid.Variant

version() public method

public version ( ) : QUuid.Version
return QUuid.Version

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
return SmokeInvocation