다음을 통해 공유


CallSiteEvent.Offset Property

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

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

Syntax

‘선언
Public Property Offset As Integer
    Get
    Private Set
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