C# Class NDesk.DBus.TypeDefiner

Show file Open project: hacxman/zeroshare Class Usage Examples

Public Methods

Method Description
Define ( Interface ifaces ) : Type
Define ( TypeBuilder typeB, Interface iface ) : void
Save ( ) : void

Private Methods

Method Description
InitHack ( ) : void

Method Details

Define() public static method

public static Define ( Interface ifaces ) : Type
ifaces Interface
return System.Type

Define() public static method

public static Define ( TypeBuilder typeB, Interface iface ) : void
typeB System.Reflection.Emit.TypeBuilder
iface Interface
return void

Save() public static method

public static Save ( ) : void
return void