C# Class StaticProxy.Interceptor.InterfaceProxy.InterfaceProxyHelpers

Mostrar archivo Open project: BrunoJuchli/StaticProxy.Fody

Public Methods

Method Description
GetImplementationTypeOfInterface ( Type interfaceType ) : Type

Private Methods

Method Description
EnsureTypeIsInterface ( Type interfaceType ) : void
RetrieveProxyType ( Type interfaceType ) : Type

Method Details

GetImplementationTypeOfInterface() public static method

public static GetImplementationTypeOfInterface ( Type interfaceType ) : Type
interfaceType System.Type
return System.Type