C# Class Castle.Facilities.Synchronize.SynchronizeContextReference

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines if the other reference is equal.

GetHashCode ( ) : int

Gets the hash code.

SynchronizeContextReference ( String componentKey ) : System

Initializes a new instance of the SynchronizeContextReference class.

SynchronizeContextReference ( Type serviceType ) : System

Initializes a new instance of the SynchronizeContextReference class.

ToString ( ) : string

Gets the string representation of the reference.

Method Details

Equals() public méthode

Determines if the other reference is equal.
public Equals ( object obj ) : bool
obj object The other reference.
Résultat bool

GetHashCode() public méthode

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

SynchronizeContextReference() public méthode

Initializes a new instance of the SynchronizeContextReference class.
public SynchronizeContextReference ( String componentKey ) : System
componentKey String The component key.
Résultat System

SynchronizeContextReference() public méthode

Initializes a new instance of the SynchronizeContextReference class.
public SynchronizeContextReference ( Type serviceType ) : System
serviceType System.Type Type of the service.
Résultat System

ToString() public méthode

Gets the string representation of the reference.
public ToString ( ) : string
Résultat string