C# Class SexyProxy.FodyProxyTypeFactory

Inheritance: IProxyTypeFactory
Show file Open project: kswoll/sexy-proxy

Public Methods

Method Description
CreateProxyType ( Type sourceType ) : Type
IsFodyProxy ( Type sourceType ) : bool

Private Methods

Method Description
FodyProxyTypeFactory ( ) : System
GetProxyType ( Assembly assembly, Type sourceType ) : Type

Method Details

CreateProxyType() public method

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

IsFodyProxy() public static method

public static IsFodyProxy ( Type sourceType ) : bool
sourceType System.Type
return bool