Table of Contents

Enum SymbolKind

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Specifies the possible kinds of symbols.

public enum SymbolKind

Fields

Class = 0

Symbol is a class.

Constant = 5

Symbol is a constant.

Delegate = 9

Symbol is a delegate.

Event = 11

Symbol is an event.

Field = 3

Symbol is a field.

GenericParameter = 12

Symbol is a generic parameter.

Interface = 8

Symbol is an interface.

Keyword = 6

Symbol is a reserved word.

LocalOrParameter = 10

Symbol is a local variable or parameter.

Method = 1

Symbol is a method.

Namespace = 4

Symbol is a namespace.

Property = 2

Symbol is a property.

Struct = 7

Symbol is a structure.