C# Class SexyProxy.Emit.EmitProxyTypeFactory

Inheritance: IProxyTypeFactory
Mostrar archivo Open project: kswoll/sexy-proxy

Public Methods

Method Description
CreateProxyType ( Type sourceType ) : Type

Private Methods

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

Method Details

CreateProxyType() public method

public CreateProxyType ( Type sourceType ) : Type
sourceType System.Type
return System.Type