C# Class System.ComponentModel.DebugReflectEventDescriptor

Inheritance: System.ComponentModel.EventDescriptor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
FillAttributes ( IList attributes ) : void

Private Methods

Méthode Description
FillEventInfoAttribute ( EventInfo realEventInfo, IList attributes ) : void
FillMethods ( ) : void
FillSingleMethodAttribute ( MethodInfo realMethodInfo, IList attributes ) : void

Method Details

AddEventHandler() public méthode

public AddEventHandler ( object component, Delegate value ) : void
component object
value System.Delegate
Résultat void

DebugReflectEventDescriptor() public méthode

public DebugReflectEventDescriptor ( Type componentType, System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Attribute attributes ) : System.Diagnostics
componentType System.Type
oldReflectEventDescriptor System.ComponentModel.EventDescriptor
attributes System.Attribute
Résultat System.Diagnostics

DebugReflectEventDescriptor() public méthode

public DebugReflectEventDescriptor ( Type componentClass, EventInfo eventInfo ) : System.Diagnostics
componentClass System.Type
eventInfo System.Reflection.EventInfo
Résultat System.Diagnostics

DebugReflectEventDescriptor() public méthode

public DebugReflectEventDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Diagnostics
componentClass System.Type
name string
type System.Type
attributes System.Attribute
Résultat System.Diagnostics

FillAttributes() protected méthode

protected FillAttributes ( IList attributes ) : void
attributes IList
Résultat void

RemoveEventHandler() public méthode

public RemoveEventHandler ( object component, Delegate value ) : void
component object
value System.Delegate
Résultat void