This member is not yet implemented.
[Visual Basic] Overrides Public Function GetMethods( _ ByVal bindingAttr As BindingFlags _ ) As MethodInfo () [C#] public override MethodInfo[] GetMethods( BindingFlags bindingAttr ); [C++] public: override MethodInfo* GetMethods( BindingFlags bindingAttr ) []; [JScript] public override function GetMethods( bindingAttr : BindingFlags ) : MethodInfo[];
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