SymMethod.GetOffset(ISymbolDocument, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定位置对应的方法内的 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 偏移量。