This member is not yet implemented.
[Visual Basic] Overrides Public Function GetEvent( _ ByVal name As String, _ ByVal bindingAttr As BindingFlags _ ) As EventInfo [C#] public override EventInfo GetEvent( string name, BindingFlags bindingAttr ); [C++] public: override EventInfo* GetEvent( String* name, BindingFlags bindingAttr ); [JScript] public override function GetEvent( name : String, bindingAttr : BindingFlags ) : EventInfo;
Exception Type | Condition |
---|---|
NotSupportedException | This method is not implemented. |
This method is not currently supported. As a workaround, retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace