C# Класс Castle.Facilities.Synchronize.SynchronizeContextReference

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines if the other reference is equal.
public Equals ( object obj ) : bool
obj object The other reference.
Результат bool

GetHashCode() публичный Метод

Gets the hash code.
public GetHashCode ( ) : int
Результат int

SynchronizeContextReference() публичный Метод

Initializes a new instance of the SynchronizeContextReference class.
public SynchronizeContextReference ( String componentKey ) : System
componentKey String The component key.
Результат System

SynchronizeContextReference() публичный Метод

Initializes a new instance of the SynchronizeContextReference class.
public SynchronizeContextReference ( Type serviceType ) : System
serviceType System.Type Type of the service.
Результат System

ToString() публичный Метод

Gets the string representation of the reference.
public ToString ( ) : string
Результат string