C# Class NHibernate.Proxy.DynamicProxy.ProxyCache

Inheritance: IProxyCache
Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
Contains ( System baseType ) : bool
GetProxyType ( System baseType ) : System.Type
StoreProxyType ( System result, System baseType ) : void
TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool

Method Details

Contains() public method

public Contains ( System baseType ) : bool
baseType System
return bool

GetProxyType() public method

public GetProxyType ( System baseType ) : System.Type
baseType System
return System.Type

StoreProxyType() public method

public StoreProxyType ( System result, System baseType ) : void
result System
baseType System
return void

TryGetProxyType() public method

public TryGetProxyType ( System baseType, System baseInterfaces, System &proxyType ) : bool
baseType System
baseInterfaces System
proxyType System
return bool