Binder
Binder()
BindToField(BindingFlags, FieldInfo[], Object, CultureInfo)
BindToMethod(BindingFlags, MethodBase[], Object[], ParameterModifier[], CultureInfo, String[], Object)
CanChangeType(Object, Type, CultureInfo)
ChangeType(Object, Type, CultureInfo)
ReorderArgumentArray(Object[], Object)
SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[])
SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[])
xamarinmac
namespace System.Reflection
{
public abstract class Binder
{
public virtual bool CanChangeType(object value, Type type, CultureInfo culture);
}
}
Xamarin Android | 0.0 |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinmac | |
Assembly | mscorlib , Version=2.0.5.0, PublicKeyToken=7cec85d7bea7798e |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API