C# Class Castle.Facilities.Synchronize.SynchronizeContextReference

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method 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 method

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

GetHashCode() public method

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

SynchronizeContextReference() public method

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

SynchronizeContextReference() public method

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

ToString() public method

Gets the string representation of the reference.
public ToString ( ) : string
return string