C# 클래스 Mono.Debugger.Frontend.NewExpression

상속: Expression
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( ScriptingContext context ) : TargetObject
NewExpression ( Expression type_expr, Expression arguments ) : System

보호된 메소드들

메소드 설명
DoEvaluateObject ( ScriptingContext context ) : TargetObject
DoEvaluateType ( ScriptingContext context ) : TargetType
DoResolve ( ScriptingContext context ) : Expression

메소드 상세

DoEvaluateObject() 보호된 메소드

protected DoEvaluateObject ( ScriptingContext context ) : TargetObject
context ScriptingContext
리턴 Mono.Debugger.Languages.TargetObject

DoEvaluateType() 보호된 메소드

protected DoEvaluateType ( ScriptingContext context ) : TargetType
context ScriptingContext
리턴 Mono.Debugger.Languages.TargetType

DoResolve() 보호된 메소드

protected DoResolve ( ScriptingContext context ) : Expression
context ScriptingContext
리턴 Expression

Invoke() 공개 메소드

public Invoke ( ScriptingContext context ) : TargetObject
context ScriptingContext
리턴 Mono.Debugger.Languages.TargetObject

NewExpression() 공개 메소드

public NewExpression ( Expression type_expr, Expression arguments ) : System
type_expr Expression
arguments Expression
리턴 System