IInstructionCollectable Type
Provides an interface for collecting instructions.
Instance members
Instance member | Description |
Full Usage:
this.Collect
Parameters:
Addr * InstructionCandidate -> unit
Modifiers: abstract |
|
Full Usage:
this.ParseInstructionCandidate
Parameters:
Addr
Returns: Result<InstructionCandidate, ErrorCase>
Modifiers: abstract |