C# 클래스 CSE.Exps.MethResSettings

Used in overloaded and overwritten method resolution
파일 보기 프로젝트 열기: kcherr1/CSharp-Eval 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Args CSE.Exps.CseObject[]
Env object
IsExtInvocation bool
Name string

공개 메소드들

메소드 설명
MethResSettings ( object env, string name, CseObject args, bool isExtInvocation )

Constructor for MethResSettings objects

메소드 상세

MethResSettings() 공개 메소드

Constructor for MethResSettings objects
public MethResSettings ( object env, string name, CseObject args, bool isExtInvocation )
env object The environment to use
name string The name of the method
args CseObject Arguments to pass to the method
isExtInvocation bool True if this is an extended invocation, false otherwise

프로퍼티 상세

Args 공개적으로 프로퍼티

The list of arguments for the method
public CseObject[],CSE.Exps Args
리턴 CSE.Exps.CseObject[]

Env 공개적으로 프로퍼티

The parent environment in which this object exists
public object Env
리턴 object

IsExtInvocation 공개적으로 프로퍼티

Whether or not this is an extended invocation
public bool IsExtInvocation
리턴 bool

Name 공개적으로 프로퍼티

The name of this particular method
public string Name
리턴 string