Share via


IntelliTraceStackFrame.ILOffset Property

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

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

Syntax

'Declaration
Public Property ILOffset As Integer
    Get
    Private Set
public int ILOffset { get; private set; }
public:
property int ILOffset {
    int get ();
    private: void set (int value);
}
member ILOffset : int with get, private set
function get ILOffset () : int
private function set ILOffset (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IntelliTraceStackFrame Class

Microsoft.VisualStudio.IntelliTrace Namespace