C# Class System.Reflection.PseudoCustomAttribute

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
GetCustomAttributes ( Assembly assembly, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( Module module, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( ParameterInfo parameter, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimeConstructorInfo ctor, Type caType, bool includeSecCa, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimeEventInfo e, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimeFieldInfo field, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimeMethodInfo method, Type caType, bool includeSecCa, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimePropertyInfo property, Type caType, int &count ) : System.Attribute[]
GetCustomAttributes ( RuntimeType type, Type caType, bool includeSecCa, int &count ) : System.Attribute[]
GetSecurityAttributes ( ModuleHandle module, int token, object &securityAttributes ) : void
IsDefined ( Assembly assembly, Type caType ) : bool
IsDefined ( Module module, Type caType ) : bool
IsDefined ( ParameterInfo parameter, Type caType ) : bool
IsDefined ( RuntimeConstructorInfo ctor, Type caType ) : bool
IsDefined ( RuntimeEventInfo e, Type caType ) : bool
IsDefined ( RuntimeFieldInfo field, Type caType ) : bool
IsDefined ( RuntimeMethodInfo method, Type caType ) : bool
IsDefined ( RuntimePropertyInfo property, Type caType ) : bool
IsDefined ( RuntimeType type, Type caType ) : bool
IsSecurityAttribute ( Type type ) : bool
PseudoCustomAttribute ( ) : System
VerifyPseudoCustomAttribute ( Type pca ) : void
_GetSecurityAttributes ( void module, int token, object &securityAttributes ) : void