Share via


CallSiteEvent.Offset Property

Gets the offset into the intermediate language (IL) of the method for this call site.

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

Syntax

'Declaration
Public Property Offset As Integer
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

Microsoft.VisualStudio.IntelliTrace Namespace