SupressImportIntoVMAttribute
This attribute is used to specify whether the item will be imported
into the VM.
using System;
namespace Autodesk.DesignScript.Runtime
{
[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public sealed class SupressImportIntoVMAttribute : Attribute
{
}
}