Click or drag to resize

ScriptableAttribute Constructor

Attribute for indicating that a type or method is accessible from the scripting language.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public ScriptableAttribute()
Remarks
The AddSafeReferences method uses this attribute to restrict the types and methods which are accessible from the scripting language.
See Also