C# Class System.Reflection.RuntimeEventInfo

Inheritance: EventInfo, ISerializable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CacheEquals bool
GetObjectData void
RuntimeEventInfo System
RuntimeEventInfo System

Méthodes publiques

Méthode Description
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetOtherMethods ( bool nonPublic ) : MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

Private Methods

Méthode Description
CacheEquals ( object o ) : bool
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RuntimeEventInfo ( ) : System
RuntimeEventInfo ( int tkEvent, RuntimeType declaredType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, bool &isPrivate ) : System

Method Details

GetAddMethod() public méthode

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Résultat Object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

GetOtherMethods() public méthode

public GetOtherMethods ( bool nonPublic ) : MethodInfo[]
nonPublic bool
Résultat MethodInfo[]

GetRaiseMethod() public méthode

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

GetRemoveMethod() public méthode

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
Résultat bool

ToString() public méthode

public ToString ( ) : String
Résultat String