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

Checks for Control implementations a registers components to ensure the controls can be safely created and accessed from different threads.
Наследование: IContributeComponentModelConstruction, IDisposable
Показать файл Открыть проект

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

Метод Описание
ControlComponentInspector ( IKernel kernel, IConfiguration config ) : System

Initializes a new instance of the ControlComponentInspector class.

Dispose ( ) : void

Releases the marshaling control.

ProcessModel ( IKernel kernel, ComponentModel model ) : void

Processes Control implementations.

Приватные методы

Метод Описание
CheckForControlImplementation ( ComponentModel model ) : void
ConfigureProxyOptions ( ComponentModel model ) : void
ObtainProxyHook ( IKernel kernel, IConfiguration config ) : IProxyHook
RegisterWindowsFormsSynchronizationContext ( IKernel kernel ) : void

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

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

Initializes a new instance of the ControlComponentInspector class.
public ControlComponentInspector ( IKernel kernel, IConfiguration config ) : System
kernel IKernel The kernel.
config IConfiguration The config.
Результат System

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

Releases the marshaling control.
public Dispose ( ) : void
Результат void

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

Processes Control implementations.
public ProcessModel ( IKernel kernel, ComponentModel model ) : void
kernel IKernel The kernel.
model Castle.Core.ComponentModel The model.
Результат void