C# Class Castle.MicroKernel.Proxy.ProxyOptions

Represents options to configure proxies.
显示文件 Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
AddAdditionalInterfaces ( ) : void

Adds the additional interfaces to proxy.

Equals ( object obj ) : bool

Equalses the specified obj.

GetHashCode ( ) : int

Gets the hash code.

ProxyOptions ( ) : System

Initializes a new instance of the ProxyOptions class.

Private Methods

Method Description
AdditionalInterfacesAreEquals ( ProxyOptions proxyOptions ) : bool
GetAdditionalInterfacesHashCode ( ) : int

Method Details

AddAdditionalInterfaces() public method

Adds the additional interfaces to proxy.
public AddAdditionalInterfaces ( ) : void
return void

Equals() public method

Equalses the specified obj.
public Equals ( object obj ) : bool
obj object The obj.
return bool

GetHashCode() public method

Gets the hash code.
public GetHashCode ( ) : int
return int

ProxyOptions() public method

Initializes a new instance of the ProxyOptions class.
public ProxyOptions ( ) : System
return System