C# Class Mono.Debugging.Win32.VariableReference

Inheritance: Mono.Debugging.Evaluation.ValueReference
Datei anzeigen Open project: mono/monodevelop

Public Methods

Method Description
VariableReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef var, string name, Mono.Debugging.Client flags ) : Mono.Debugging.Evaluation

Method Details

VariableReference() public method

public VariableReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef var, string name, Mono.Debugging.Client flags ) : Mono.Debugging.Evaluation
ctx Mono.Debugging.Evaluation.EvaluationContext
var CorValRef
name string
flags Mono.Debugging.Client
return Mono.Debugging.Evaluation