Table of Contents

Enum InvokableTypeKind

Namespace
Garyon.Reflection
Assembly
Garyon.dll

Determines the kind of an invokable type. It could be a delegate, a function pointer, or not a valid invokable type.

public enum InvokableTypeKind
Extension Methods

Fields

Delegate = 1

Represents a delegate type.

FunctionPointer = 2

Represents a function pointer type.

Invalid = 0

Represents an invalid invokable type. It could be a type that is not invokable, or an unsupported invokable type.