Table of Contents

Enum VBCallType

Namespace
RDCore.SDK.Runtime.Abstract.StdLib
Assembly
RDCore.SDK.dll

MS-VBAL 6.1.1.4 VbCallType

[Flags]
public enum VBCallType

Fields

VBGet = 2
VBLet = 4
VBMethod = 1
VBSet = 8

Remarks

👉 The values of this enum are powers of 2, suggesting they are intended to be combined and used with bitwise logic.