C# Class NDesk.DBus.TypeDefiner

Afficher le fichier Open project: hacxman/zeroshare Class Usage Examples

Méthodes publiques

Méthode Description
Define ( Interface ifaces ) : Type
Define ( TypeBuilder typeB, Interface iface ) : void
Save ( ) : void

Private Methods

Méthode Description
InitHack ( ) : void

Method Details

Define() public static méthode

public static Define ( Interface ifaces ) : Type
ifaces Interface
Résultat System.Type

Define() public static méthode

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

Save() public static méthode

public static Save ( ) : void
Résultat void