Table of Contents

Namespace RDCore.SDK.Model.Symbols.VBProject

Classes

ParamArrayParameterSymbol
UnboundVBEnumMemberSymbol

Represents an Enum type declaration symbol.

UnboundVBEventMemberSymbol

Represents an unbound Event declaration symbol.

UnboundVBFunctionMemberSymbol

Represents a specific unbound Function member declaration.

UnboundVBInstanceFieldVariableMemberSymbol

An UnboundVBReturningMemberSymbol representing an instance field (variable) member.

UnboundVBModuleFieldVariableMemberSymbol

Represents an unbound module-level variable (field) member declaration.

UnboundVBParameterSymbol
UnboundVBProcedureMemberSymbol

Represents any unbound Sub member declaration.

UnboundVBPropertyGetMemberSymbol

Represents a Property Get procedure declaration.

UnboundVBPropertyLetMemberSymbol

Represents an unbound Property Let procedure member declaration symbol.

UnboundVBPropertySetMemberSymbol

Represents an unbound Property Set procedure member declaration symbol.

UnboundVBUserDefinedTypeMemberSymbol

An unbound VBUserDefinedType declaration.

VBDeferredTypeMemberSymbol
VBEnumConstMemberSymbol

A member of an VBEnumType.

VBEnumMemberSymbol

Represents an Enum type declaration symbol.

VBEventMemberSymbol

Represents an Event member declaration symbol.

VBExternalFunctionMemberSymbol

Represents an external Declare Function member declaration.

VBExternalSubMemberSymbol

Represents a Declare Sub external member declaration.

VBFunctionMemberSymbol

Represents a specific Function member declaration.

VBInstanceFieldVariableMemberSymbol

A VBReturningMemberSymbol representing an instance field (variable) member.

VBModuleFieldVariableMemberSymbol

Represents a module-level variable (field) member declaration.

VBParameterSymbol

Represents a parameter symbol.

VBProcedureMemberSymbol

Represents any Sub member declaration.

VBPropertyGetMemberSymbol

Represents a Property Get procedure declaration.

VBPropertyLetMemberSymbol

Represents a Property Let procedure member declaration symbol.

VBPropertySetMemberSymbol

Represents a Property Set procedure member declaration symbol.

VBUserDefinedTypeMemberSymbol

A VBUserDefinedType declaration.

Enums

ParameterKind

Describes the kind of parameter.