CallSiteEvent.Offset Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the intermediate-language offset into the method for this call site.

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

Syntax

'Declaration
Public Property Offset As Integer
    Get
    Private Set
'Usage
Dim instance As CallSiteEvent
Dim value As Integer

value = instance.Offset
public int Offset { get; private set; }
public:
property int Offset {
    int get ();
    private: void set (int value);
}
member Offset : int with get, private set
function get Offset () : int
private function set Offset (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CallSiteEvent Class

CallSiteEvent Members

Microsoft.VisualStudio.TraceLog Namespace