C# Class Mono.Debugging.Win32.StringAdaptor

Inheritance: IStringAdaptor
Datei anzeigen Open project: mono/monodevelop

Public Methods

Method Description
StringAdaptor ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef obj, Microsoft.Samples.Debugging.CorDebug.CorStringValue str ) : Microsoft.Samples.Debugging.CorDebug
Substring ( int index, int length ) : string

Method Details

StringAdaptor() public method

public StringAdaptor ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef obj, Microsoft.Samples.Debugging.CorDebug.CorStringValue str ) : Microsoft.Samples.Debugging.CorDebug
ctx Mono.Debugging.Evaluation.EvaluationContext
obj CorValRef
str Microsoft.Samples.Debugging.CorDebug.CorStringValue
return Microsoft.Samples.Debugging.CorDebug

Substring() public method

public Substring ( int index, int length ) : string
index int
length int
return string