C# Class Qyoto.QMetaType

Inheritance: Object, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
IsRegistered ( int type ) : bool
TypeName ( int type ) : string
UnregisterType ( string typeName ) : void
type ( string typeName ) : int

Protected Methods

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

Private Methods

Method Description
QMetaType ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsRegistered() public static method

public static IsRegistered ( int type ) : bool
type int
return bool

QMetaType() protected method

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

TypeName() public static method

public static TypeName ( int type ) : string
type int
return string

UnregisterType() public static method

public static UnregisterType ( string typeName ) : void
typeName string
return void

type() public static method

public static type ( string typeName ) : int
typeName string
return int

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation