Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the length, in bytes, of the call instruction for this call site.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property InstructionLength As Byte
Get
Private Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.