C# Class Qyoto.QUuid

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QUuid ( Type dummy ) : System

Private Methods

Méthode Description
QUuid ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

CreateUuid() public static méthode

public static CreateUuid ( ) : QUuid
Résultat QUuid

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

QUuid() protected méthode

protected QUuid ( Type dummy ) : System
dummy Type
Résultat System

QUuid() public méthode

public QUuid ( string arg1 ) : System
arg1 string
Résultat System

QUuid() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : string
Résultat string

variant() public méthode

public variant ( ) : QUuid.Variant
Résultat QUuid.Variant

version() public méthode

public version ( ) : QUuid.Version
Résultat QUuid.Version

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
Résultat SmokeInvocation