Method | Description | |
---|---|---|
GetAddMethod ( bool nonPublic ) : |
||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetObjectData ( |
||
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetRaiseMethod ( bool nonPublic ) : |
||
GetRemoveMethod ( bool nonPublic ) : |
||
IsDefined ( |
||
ToString ( ) : string |
public GetAddMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
return | System.Reflection.MethodInfo[] |
public GetRaiseMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetRemoveMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |