Table of Contents

Enum BindingCapabilities

Namespace
RDCore.SDK.Model.Values.Bindings
Assembly
RDCore.SDK.dll

Signals the capabilities of a given binding handle.

[Flags]
public enum BindingCapabilities

Fields

GetEnumerator = 32

Signals a binding's capability to yield an enumerator.

GetIndex = 16

Signals a binding's capability to yield an indexed IManagedInteropValue.

GetMember = 1

Signals a binding's capability to yield a VBMemberDescValue.

GetValue = 2

Signals a binding's capability to yield a IManagedInteropValue.

Invoke = 8

Signals a binding's capability to invoke a callable entity.

None = 0

Signals a binding that supports no valid operations.

SetValue = 4

Signals a binding's capability to accept a IManagedInteropValue.