메소드 | 설명 | |
---|---|---|
ChooseProxyMethodsFrom ( |
Determines which methods can be proxied from the given baseType and baseInterfaces. By default, only public virtual methods will be proxied. |
public ChooseProxyMethodsFrom ( |
||
baseType | The base class of the proxy type currently being generated. | |
baseInterfaces | IEnumerable |
The list of interfaces that the proxy must implement. |
리턴 | IEnumerable |