System.Reflection.Emit.EventBuilder Members

The members of System.Reflection.Emit.EventBuilder are listed below.

See Also: Inherited members from System.Object

Public 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() : EventToken

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(System.Reflection.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.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._EventBuilder.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._EventBuilder.GetTypeInfo

Retrieves the type information for an object, which can then be used to get the type information for an interface.

System.Runtime.InteropServices._EventBuilder.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._EventBuilder.InvokeDocumentation for this section has not yet been entered.