C# Class Qyoto.QBool

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
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
QBool ( bool B ) : System
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
QBool ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

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

QBool() protected méthode

protected QBool ( Type dummy ) : System
dummy System.Type
Résultat System

QBool() public méthode

public QBool ( bool B ) : System
B bool
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation