Share via


CallSiteEvent.InstructionLength Property

Gets the length, in bytes, of the call instruction 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 InstructionLength As Byte
public byte InstructionLength { get; private set; }
public:
property unsigned char InstructionLength {
    unsigned char get ();
    private: void set (unsigned char value);
}
member InstructionLength : byte with get, private set
function get InstructionLength () : byte 
private function set InstructionLength (value : byte)

Property Value

Type: System.Byte

.NET Framework Security

See Also

Reference

CallSiteEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace