Share via


IntelliTraceStackFrame.ILOffset Property

Gets the intermediate-language offset into the method for this frame.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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)

Property Value

Type: Int32

Implements

IIntelliTraceStackFrame.ILOffset

.NET Framework Security

See Also

Reference

IntelliTraceStackFrame Class

Microsoft.VisualStudio.IntelliTrace Namespace