Property | Type | Description | |
---|---|---|---|
CacheEquals | bool | ||
GetObjectData | void | ||
RuntimeEventInfo | System | ||
RuntimeEventInfo | System |
Method | Description | |
---|---|---|
GetAddMethod ( bool nonPublic ) : |
||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetOtherMethods ( bool nonPublic ) : MethodInfo[] | ||
GetRaiseMethod ( bool nonPublic ) : MethodInfo | ||
GetRemoveMethod ( bool nonPublic ) : MethodInfo | ||
IsDefined ( Type attributeType, bool inherit ) : bool | ||
ToString ( ) : String |
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 |
public GetAddMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public GetOtherMethods ( bool nonPublic ) : MethodInfo[] | ||
nonPublic | bool | |
return | MethodInfo[] |
public GetRaiseMethod ( bool nonPublic ) : MethodInfo | ||
nonPublic | bool | |
return | MethodInfo |
public GetRemoveMethod ( bool nonPublic ) : MethodInfo | ||
nonPublic | bool | |
return | MethodInfo |
public IsDefined ( Type attributeType, bool inherit ) : bool | ||
attributeType | Type | |
inherit | bool | |
return | bool |