Namespace RDCore.SDK.Model.Symbols.VBProject
Classes
- UnboundVBEnumMemberSymbol
Represents an
Enumtype declaration symbol.
- UnboundVBEventMemberSymbol
Represents an unbound
Eventdeclaration symbol.
- UnboundVBFunctionMemberSymbol
Represents a specific unbound
Functionmember declaration.
- UnboundVBInstanceFieldVariableMemberSymbol
An
UnboundVBReturningMemberSymbolrepresenting an instance field (variable) member.
- UnboundVBModuleFieldVariableMemberSymbol
Represents an unbound module-level variable (field) member declaration.
- UnboundVBProcedureMemberSymbol
Represents any unbound
Submember declaration.
- UnboundVBPropertyGetMemberSymbol
Represents a
Property Getprocedure declaration.
- UnboundVBPropertyLetMemberSymbol
Represents an unbound
Property Letprocedure member declaration symbol.
- UnboundVBPropertySetMemberSymbol
Represents an unbound
Property Setprocedure member declaration symbol.
- UnboundVBUserDefinedTypeMemberSymbol
An unbound
VBUserDefinedTypedeclaration.
- VBEnumConstMemberSymbol
A member of an
VBEnumType.
- VBEnumMemberSymbol
Represents an
Enumtype declaration symbol.
- VBEventMemberSymbol
Represents an
Eventmember declaration symbol.
- VBExternalFunctionMemberSymbol
Represents an external
Declare Functionmember declaration.
- VBExternalSubMemberSymbol
Represents a
Declare Subexternal member declaration.
- VBFunctionMemberSymbol
Represents a specific
Functionmember declaration.
- VBInstanceFieldVariableMemberSymbol
A
VBReturningMemberSymbolrepresenting an instance field (variable) member.
- VBModuleFieldVariableMemberSymbol
Represents a module-level variable (field) member declaration.
- VBParameterSymbol
Represents a parameter symbol.
- VBProcedureMemberSymbol
Represents any
Submember declaration.
- VBPropertyGetMemberSymbol
Represents a
Property Getprocedure declaration.
- VBPropertyLetMemberSymbol
Represents a
Property Letprocedure member declaration symbol.
- VBPropertySetMemberSymbol
Represents a
Property Setprocedure member declaration symbol.
- VBUserDefinedTypeMemberSymbol
A
VBUserDefinedTypedeclaration.
Enums
- ParameterKind
Describes the kind of parameter.