C# Class Qyoto.QBool

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

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
QBool ( bool B ) : System
operator ( ) : bool

Protected Methods

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

Private Methods

Method Description
QBool ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

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

QBool() protected method

protected QBool ( Type dummy ) : System
dummy System.Type
return System

QBool() public method

public QBool ( bool B ) : System
B bool
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation