C# Класс System.ComponentModel.DebugReflectEventDescriptor

Наследование: System.ComponentModel.EventDescriptor
Показать файл Открыть проект

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

Метод Описание
AddEventHandler ( object component, Delegate value ) : void
DebugReflectEventDescriptor ( Type componentType, System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Attribute attributes ) : System.Diagnostics
DebugReflectEventDescriptor ( Type componentClass, EventInfo eventInfo ) : System.Diagnostics
DebugReflectEventDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Diagnostics
RemoveEventHandler ( object component, Delegate value ) : void

Защищенные методы

Метод Описание
FillAttributes ( IList attributes ) : void

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

Метод Описание
FillEventInfoAttribute ( EventInfo realEventInfo, IList attributes ) : void
FillMethods ( ) : void
FillSingleMethodAttribute ( MethodInfo realMethodInfo, IList attributes ) : void

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

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

public AddEventHandler ( object component, Delegate value ) : void
component object
value System.Delegate
Результат void

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

public DebugReflectEventDescriptor ( Type componentType, System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Attribute attributes ) : System.Diagnostics
componentType System.Type
oldReflectEventDescriptor System.ComponentModel.EventDescriptor
attributes System.Attribute
Результат System.Diagnostics

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

public DebugReflectEventDescriptor ( Type componentClass, EventInfo eventInfo ) : System.Diagnostics
componentClass System.Type
eventInfo System.Reflection.EventInfo
Результат System.Diagnostics

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

public DebugReflectEventDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Diagnostics
componentClass System.Type
name string
type System.Type
attributes System.Attribute
Результат System.Diagnostics

FillAttributes() защищенный Метод

protected FillAttributes ( IList attributes ) : void
attributes IList
Результат void

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

public RemoveEventHandler ( object component, Delegate value ) : void
component object
value System.Delegate
Результат void