C# Class Castle.MicroKernel.Proxy.ProxyOptions

Represents options to configure proxies.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AdditionalInterfacesAreEquals ( ProxyOptions proxyOptions ) : bool
GetAdditionalInterfacesHashCode ( ) : int

Method Details

AddAdditionalInterfaces() public méthode

Adds the additional interfaces to proxy.
public AddAdditionalInterfaces ( ) : void
Résultat void

Equals() public méthode

Equalses the specified obj.
public Equals ( object obj ) : bool
obj object The obj.
Résultat bool

GetHashCode() public méthode

Gets the hash code.
public GetHashCode ( ) : int
Résultat int

ProxyOptions() public méthode

Initializes a new instance of the ProxyOptions class.
public ProxyOptions ( ) : System
Résultat System