C# Class System.Reflection.RuntimeEventInfo

Inheritance: EventInfo, ISerializable
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CacheEquals bool
GetObjectData void
RuntimeEventInfo System
RuntimeEventInfo System

Public Methods

Method 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

Method 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 method

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
return Object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]

GetOtherMethods() public method

public GetOtherMethods ( bool nonPublic ) : MethodInfo[]
nonPublic bool
return MethodInfo[]

GetRaiseMethod() public method

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetRemoveMethod() public method

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
return bool

ToString() public method

public ToString ( ) : String
return String