Enum CilReaderState
Represents a state of CilReader object
Namespace: CilTools.BytecodeAnalysis
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public enum CilReaderState
Fields
Name | Description |
---|---|
End | CilReader reached the end of its source data |
Error | CilReader is in a faulty state, because previous read operation resulted in error |
Reading | CilReader can read instructions |