CallSiteEvent.InstructionLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the length, in bytes, of the call instruction for this call site.
public:
property System::Byte InstructionLength { System::Byte get(); };
public:
property byte InstructionLength { byte get(); };
public byte InstructionLength { get; }
member this.InstructionLength : byte
Public ReadOnly Property InstructionLength As Byte