-
Notifications
You must be signed in to change notification settings - Fork 0
API Host TypeAccess
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Controls constructor and static-member access for registered CLR types.
Namespace: AuroraScript.Runtime.Interop. Kind: enum.
Back to .NET Host API Reference
Controls constructor and static-member access for registered CLR types.
Allows public instance constructors.
var value = TypeAccess.Constructor;Allows public static properties, fields, and methods.
var value = TypeAccess.Static;Allows both constructors and static members.
var value = TypeAccess.All;AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License