C# Class SexyProxy.Emit.EmitExtensions

Afficher le fichier Open project: kswoll/sexy-proxy

Méthodes publiques

Méthode Description
EmitDefaultBaseConstructorCall ( this il, Type baseType ) : void
EmitDefaultValue ( this il, Type type ) : void
LoadType ( this il, Type type ) : void
StoreMethodInfo ( this il, FieldBuilder staticField, MethodInfo method ) : void
StorePropertyInfo ( this il, FieldBuilder staticField, PropertyInfo property ) : void

Method Details

EmitDefaultBaseConstructorCall() public static méthode

public static EmitDefaultBaseConstructorCall ( this il, Type baseType ) : void
il this
baseType System.Type
Résultat void

EmitDefaultValue() public static méthode

public static EmitDefaultValue ( this il, Type type ) : void
il this
type System.Type
Résultat void

LoadType() public static méthode

public static LoadType ( this il, Type type ) : void
il this
type System.Type
Résultat void

StoreMethodInfo() public static méthode

public static StoreMethodInfo ( this il, FieldBuilder staticField, MethodInfo method ) : void
il this
staticField System.Reflection.Emit.FieldBuilder
method System.Reflection.MethodInfo
Résultat void

StorePropertyInfo() public static méthode

public static StorePropertyInfo ( this il, FieldBuilder staticField, PropertyInfo property ) : void
il this
staticField System.Reflection.Emit.FieldBuilder
property System.Reflection.PropertyInfo
Résultat void