C# Class SexyProxy.Emit.EmitProxyTypeFactory

Inheritance: IProxyTypeFactory
Afficher le fichier Open project: kswoll/sexy-proxy

Méthodes publiques

Méthode Description
CreateProxyType ( Type sourceType ) : Type

Private Methods

Méthode Description
ImplementOptOut ( ILGenerator il, MethodInfo methodInfo, OpCode proceedCall, bool isIntf, FieldBuilder target ) : void

Method Details

CreateProxyType() public méthode

public CreateProxyType ( Type sourceType ) : Type
sourceType System.Type
Résultat System.Type