SymMethod.GetOffset(ISymbolDocument, Int32, Int32) メソッド

定義

指定した位置に対応するメソッド内のMicrosoft中間言語 (MSIL) オフセットを取得します。

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

パラメーター

document
ISymbolDocument

オフセットが要求されるドキュメント。

line
Int32

オフセットが要求されるドキュメント行。

column
Int32

オフセットが要求されるドキュメント列。

返品

ドキュメント内の指定した場所の現在のメソッド内の IL オフセット。

実装

適用対象