C# 클래스 System.Reflection.Binder

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Binder ( ) : System

메소드 상세

BindToField() 공개 추상적인 메소드

public abstract BindToField ( BindingFlags bindingAttr, Array match, object value, CultureInfo culture ) : FieldInfo
bindingAttr BindingFlags
match Array
value object
culture CultureInfo
리턴 FieldInfo

BindToMethod() 공개 추상적인 메소드

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
리턴 MethodBase

Binder() 보호된 메소드

protected Binder ( ) : System
리턴 System

ChangeType() 공개 추상적인 메소드

public abstract ChangeType ( object value, Type type, CultureInfo culture ) : object
value object
type Type
culture CultureInfo
리턴 object

ReorderArgumentArray() 공개 추상적인 메소드

public abstract ReorderArgumentArray ( Array &args, object state ) : void
args Array
state object
리턴 void

SelectMethod() 공개 추상적인 메소드

public abstract SelectMethod ( BindingFlags bindingAttr, Array match, Array types, Array modifiers ) : MethodBase
bindingAttr BindingFlags
match Array
types Array
modifiers Array
리턴 MethodBase

SelectProperty() 공개 추상적인 메소드

public abstract SelectProperty ( BindingFlags bindingAttr, Array match, Type returnType, Array indexes, Array modifiers ) : PropertyInfo
bindingAttr BindingFlags
match Array
returnType Type
indexes Array
modifiers Array
리턴 PropertyInfo