IBasic |
2025-01-24: This method does not use the Scriptable attribute at this time.
The WWB.NET language is extended using the type's assembly with automatic imports. This method is the equivalent of calling AddScriptableReference(type.Assembly, type.Namespace + " " + type.FullName).Only public types and members with the Scriptable attribute are accessible. Use this attribute on a type or member to enable WinWrap Basic script access to the type or type's member. (A member with the Scriptable attribute will only be scriptable if the parameter and return types are allowed.)
The following types and their members are scriptable if:
An assembly with the Scriptable attribute only exposes types and members also marked with the Scriptable attribute.
Use RemoveExtensions("") to remove all the references and automatic imports.