System.Diagnostics.SymbolStore.ISymbolWriter.SetMethodSourceRange Method

Specifies the true start and end of a method within a source file. Use ISymbolWriter.SetMethodSourceRange(ISymbolDocumentWriter, int, int, ISymbolDocumentWriter, int, int) to specify the extent of a method, independent of the sequence points that exist within the method.

Syntax

public void SetMethodSourceRange (ISymbolDocumentWriter startDoc, int startLine, int startColumn, ISymbolDocumentWriter endDoc, int endLine, int endColumn)

Parameters

startDoc
The document that contains the starting position.
startLine
The starting line number.
startColumn
The starting column.
endDoc
The document that contains the ending position.
endLine
The ending line number.
endColumn
The ending column number.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0