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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.