ScriptableAttribute Constructor |
Attribute for indicating that a type or method is accessible from the scripting language.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic ScriptableAttribute()
public:
ScriptableAttribute()
Remarks
The AddSafeReferences method uses this attribute to restrict the types and methods which
are accessible from the scripting language.
See Also