System.Reflection.Emit.EventBuilder: Method Members

The methods of System.Reflection.Emit.EventBuilder are listed below. For a list of all members, see the EventBuilder Members list.

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.