C# Class GroboContainer.Impl.ClassCreation.FuncHelper

Inheritance: IFuncHelper
Datei anzeigen Open project: skbkontur/GroboContainer

Public Methods

Method Description
FuncHelper ( ) : System
GetBuildCreateFuncMethodInfo ( Type funcType ) : MethodInfo
GetBuildGetFuncMethodInfo ( Type funcType ) : MethodInfo
GetBuildLazyMethodInfo ( Type lazyType ) : MethodInfo
IsFunc ( Type type ) : bool
IsLazy ( Type type ) : bool

Method Details

FuncHelper() public method

public FuncHelper ( ) : System
return System

GetBuildCreateFuncMethodInfo() public method

public GetBuildCreateFuncMethodInfo ( Type funcType ) : MethodInfo
funcType Type
return MethodInfo

GetBuildGetFuncMethodInfo() public method

public GetBuildGetFuncMethodInfo ( Type funcType ) : MethodInfo
funcType Type
return MethodInfo

GetBuildLazyMethodInfo() public method

public GetBuildLazyMethodInfo ( Type lazyType ) : MethodInfo
lazyType Type
return MethodInfo

IsFunc() public method

public IsFunc ( Type type ) : bool
type Type
return bool

IsLazy() public method

public IsLazy ( Type type ) : bool
type Type
return bool