EventBuilder.AddOtherMethod Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Sub AddOtherMethod ( _
mdBuilder As MethodBuilder _
)
[SecuritySafeCriticalAttribute]
public void AddOtherMethod(
MethodBuilder mdBuilder
)
Parameters
- mdBuilder
Type: System.Reflection.Emit.MethodBuilder
A MethodBuilder object that represents the other method.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | mdBuilder is nulla null reference (Nothing in Visual Basic). |
InvalidOperationException | CreateType has been called on the enclosing type. |
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.