C# Class FS.DI.DynamicProxy.DynamicTypeProvider

Mostra file Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
SetProvider ( Type>.Func dynamicTypeProvider ) : void

设置自定义的动态类型创建

SetProvider ( IDynamicTypeProvider dynamicTypeProvider ) : void

设置IDynamicTypeProvider的实例

Private Methods

Method Description
DynamicTypeProvider ( ) : FS.Extends
InnerSetProvider ( Type>.Func dynamicTypeProvider ) : void

设置自定义的动态类型创建

InnerSetProvider ( IDynamicTypeProvider dynamicTypeProvider ) : void

设置IDynamicTypeProvider的实例

Method Details

SetProvider() public static method

设置自定义的动态类型创建
public static SetProvider ( Type>.Func dynamicTypeProvider ) : void
dynamicTypeProvider Type>.Func
return void

SetProvider() public static method

设置IDynamicTypeProvider的实例
public static SetProvider ( IDynamicTypeProvider dynamicTypeProvider ) : void
dynamicTypeProvider IDynamicTypeProvider
return void