Not implemented.
[Visual Basic] Overrides Protected Function GetPropertyImpl( _ ByVal name As String, _ ByVal bindingAttr As BindingFlags, _ ByVal binder As Binder, _ ByVal types() As Type, _ ByVal modifiers() As ParameterModifier _ ) As PropertyInfo [C#] protected override PropertyInfo GetPropertyImpl( string name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers ); [C++] protected: override PropertyInfo* GetPropertyImpl( String* name, BindingFlags bindingAttr, Binder* binder, Type* types[], ParameterModifier* modifiers[] ); [JScript] protected override function GetPropertyImpl( name : String, bindingAttr : BindingFlags, binder : Binder, types : Type[], modifiers : ParameterModifier[] ) : PropertyInfo;
TBD
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.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace