共用方式為


IntelliTraceStackFrame.ILOffset 屬性

取得中繼語言至此框架之方法的位移。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property ILOffset As Integer
public int ILOffset { get; private set; }
public:
virtual property int ILOffset {
    int get () sealed;
    private: void set (int value) sealed;
}
abstract ILOffset : int with get, private set
override ILOffset : int with get, private set
final function get ILOffset () : int
private final function set ILOffset (value : int)

屬性值

型別:System.Int32

實作

IIntelliTraceStackFrame.ILOffset

.NET Framework 安全性

請參閱

參考

IntelliTraceStackFrame 類別

Microsoft.VisualStudio.IntelliTrace 命名空間