SymMethod.GetOffset(ISymbolDocument, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.