Skip to main content

SymbolType Enum

NuGet: GHIElectronics.TinyCLR.RuntimeLoadableProcedures
Assembly: GHIElectronics.TinyCLR.RuntimeLoadableProcedures
Namespace: GHIElectronics.TinyCLR.RuntimeLoadableProcedures

Classification of an ELF symbol.

public enum SymbolType

Fields

NameValueDescription
None0Untyped or section symbol.
Object1Data symbol (variable, array).
Function2Code symbol (function).
Section3Section symbol.