Table of Contents

Enum HostItemOptions

Namespace
Alternet.Common.TypeScript.HostObjects
Assembly
Alternet.Common.TypeScript.v9.dll

Defines options for exposing host resources to script code.

[Flags]
public enum HostItemOptions

Fields

GenerateDescriptions = 8

Specifies that the host object should provide descriptions.

GlobalMembers = 1

Specifies that the host object is to be accessed as global items in the script engine's root namespace.

HideDynamicMembers = 4

Specifies that the host object dynamic members are not to be accessed.

None = 0

Specifies that no option is selected.

PrivateAccess = 2

Specifies that the host object non-public members are to be accessed.