Table of Contents

Class Asm

Namespace
BenchmarkDotNet.Disassemblers
Assembly
BenchmarkDotNet.dll
public abstract class Asm : SourceCode
Inheritance
Asm
Derived
Inherited Members

Constructors

Asm()

protected Asm()

Properties

InstructionLength

public int InstructionLength { get; set; }

Property Value

int

IsReferencedAddressIndirect

public bool IsReferencedAddressIndirect { get; set; }

Property Value

bool

ReferencedAddress

public ulong? ReferencedAddress { get; set; }

Property Value

ulong?