C# Class AutoMapper.Execution.ProxyGenerator

Inheritance: IProxyGenerator
Afficher le fichier Open project: jbogard/AutoMapper Class Usage Examples

Méthodes publiques

Méthode Description
GetProxyType ( Type interfaceType ) : Type

Private Methods

Méthode Description
CreateProxyModule ( ) : ModuleBuilder
CreateProxyType ( Type interfaceType ) : Type
StringToByteArray ( string hex ) : byte[]

Method Details

GetProxyType() public méthode

public GetProxyType ( Type interfaceType ) : Type
interfaceType System.Type
Résultat System.Type