EventInfo {System.Reflection} | .NET clr documentation |
# namespace System.Reflection
export class EventInfo extends MemberInfo {
AddMethod: MethodInfo;
Attributes: EventAttributes;
CustomAttributes: iterates(CustomAttributeData);
DeclaringType: Type;
EventHandlerType: Type;
IsCollectible: boolean;
IsMulticast: boolean;
IsSpecialName: boolean;
MemberType: MemberTypes;
MetadataToken: integer;
Module: Module;
Name: string;
RaiseMethod: MethodInfo;
ReflectedType: Type;
RemoveMethod: MethodInfo;
}
AddMethod
: MethodInfoAttributes
: EventAttributesCustomAttributes
: iterates(CustomAttributeData)DeclaringType
: TypeEventHandlerType
: TypeMemberType
: MemberTypesModule
: ModuleRaiseMethod
: MethodInfoReflectedType
: TypeRemoveMethod
: MethodInfo