C# Class System.Reflection.Binder

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
BindToField ( BindingFlags bindingAttr, Array match, object value, CultureInfo culture ) : FieldInfo
BindToMethod ( BindingFlags bindingAttr, Array match, Array &args, Array modifiers, CultureInfo culture, Array names, object &state ) : MethodBase
ChangeType ( object value, Type type, CultureInfo culture ) : object
ReorderArgumentArray ( Array &args, object state ) : void
SelectMethod ( BindingFlags bindingAttr, Array match, Array types, Array modifiers ) : MethodBase
SelectProperty ( BindingFlags bindingAttr, Array match, Type returnType, Array indexes, Array modifiers ) : PropertyInfo

Méthodes protégées

Méthode Description
Binder ( ) : System

Method Details

BindToField() public abstract méthode

public abstract BindToField ( BindingFlags bindingAttr, Array match, object value, CultureInfo culture ) : FieldInfo
bindingAttr BindingFlags
match Array
value object
culture CultureInfo
Résultat FieldInfo

BindToMethod() public abstract méthode

public abstract BindToMethod ( BindingFlags bindingAttr, Array match, Array &args, Array modifiers, CultureInfo culture, Array names, object &state ) : MethodBase
bindingAttr BindingFlags
match Array
args Array
modifiers Array
culture CultureInfo
names Array
state object
Résultat MethodBase

Binder() protected méthode

protected Binder ( ) : System
Résultat System

ChangeType() public abstract méthode

public abstract ChangeType ( object value, Type type, CultureInfo culture ) : object
value object
type Type
culture CultureInfo
Résultat object

ReorderArgumentArray() public abstract méthode

public abstract ReorderArgumentArray ( Array &args, object state ) : void
args Array
state object
Résultat void

SelectMethod() public abstract méthode

public abstract SelectMethod ( BindingFlags bindingAttr, Array match, Array types, Array modifiers ) : MethodBase
bindingAttr BindingFlags
match Array
types Array
modifiers Array
Résultat MethodBase

SelectProperty() public abstract méthode

public abstract SelectProperty ( BindingFlags bindingAttr, Array match, Type returnType, Array indexes, Array modifiers ) : PropertyInfo
bindingAttr BindingFlags
match Array
returnType Type
indexes Array
modifiers Array
Résultat PropertyInfo