SymMethod.GetOffset(ISymbolDocument, Int32, Int32) Method

Definition

Gets the Microsoft intermediate language (MSIL) offset within the method that corresponds to the specified position.

public:
 override int GetOffset(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public:
 virtual int GetOffset(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public override int GetOffset (System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
public virtual int GetOffset (System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
abstract member GetOffset : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> int
override this.GetOffset : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> int
Public Overrides Function GetOffset (document As ISymbolDocument, line As Integer, column As Integer) As Integer
Public Overridable Function GetOffset (document As ISymbolDocument, line As Integer, column As Integer) As Integer

Parameters

document
ISymbolDocument

The document for which the offset is requested.

line
Int32

The document line for which the offset is requested.

column
Int32

The document column for which the offset is requested.

Returns

The IL offset within the current method of the specified location in the document.

Implements

Applies to