StackFrame.ILOffset Property

Gets the IL offset for this frame of the call stack.

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

Syntax

'Declaration
Public ReadOnly Property ILOffset As Integer
public int ILOffset { get; }
public:
property int ILOffset {
    int get ();
}
member ILOffset : int with get
function get ILOffset () : int

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

StackFrame Structure

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace