EventBuilder
Class
Definition
Defines events for a class.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class EventBuilder : System.Runtime.InteropServices._EventBuilder
- Inheritance
-
EventBuilder
- Attributes
- Implements
Inherited Members
System.Object
Remarks
An EventBuilder is always associated with a TypeBuilder. The TypeBuilder.DefineEvent method will return a new EventBuilder to a client.
Constructors
| EventBuilder() |
Methods
| AddOtherMethod(MethodBuilder) |
Adds one of the "other" methods associated with this event. "Other" methods are methods other than the "on" and "raise" methods associated with an event. This function can be called many times to add as many "other" methods. |
| GetEventToken() |
Returns the token for this event. |
| SetAddOnMethod(MethodBuilder) |
Sets the method used to subscribe to this event. |
| SetCustomAttribute(CustomAttributeBuilder) |
Sets a custom attribute using a custom attribute builder. |
| SetCustomAttribute(ConstructorInfo, Byte[]) |
Set a custom attribute using a specified custom attribute blob. |
| SetRaiseMethod(MethodBuilder) |
Sets the method used to raise this event. |
| SetRemoveOnMethod(MethodBuilder) |
Sets the method used to unsubscribe to this event. |
Explicit Interface Implementations
| _EventBuilder.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Maps a set of names to a corresponding set of dispatch identifiers. |
| _EventBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) |
Retrieves the type information for an object, which can then be used to get the type information for an interface. |
| _EventBuilder.GetTypeInfoCount(UInt32) |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| _EventBuilder.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Provides access to properties and methods exposed by an object. |