C# Class AutoMapper.Execution.ProxyGenerator

Inheritance: IProxyGenerator
Datei anzeigen Open project: jbogard/AutoMapper Class Usage Examples

Public Methods

Method Description
GetProxyType ( Type interfaceType ) : Type

Private Methods

Method Description
CreateProxyModule ( ) : ModuleBuilder
CreateProxyType ( Type interfaceType ) : Type
StringToByteArray ( string hex ) : byte[]

Method Details

GetProxyType() public method

public GetProxyType ( Type interfaceType ) : Type
interfaceType System.Type
return System.Type