C# 클래스 System.ComponentModel.DebugReflectEventDescriptor

상속: System.ComponentModel.EventDescriptor
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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