WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CSharpVsaGlobalItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CSharpVsaGlobalItem

    Describes global objects added to the script engine.

    Inheritance
    System.Object
    CSharpVsaItem
    CSharpVsaGlobalItem
    Implements
    Microsoft.Vsa.IVsaGlobalItem
    Microsoft.Vsa.IVsaItem
    Inherited Members
    CSharpVsaItem.m_engine
    CSharpVsaItem.m_name
    CSharpVsaItem.GetOption(String)
    CSharpVsaItem.SetOption(String, Object)
    CSharpVsaItem.Name
    CSharpVsaItem.IsDirty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Scripting
    Assembly: Syncfusion.Scripting.Base.dll
    Syntax
    public class CSharpVsaGlobalItem : CSharpVsaItem, IVsaGlobalItem, IVsaItem

    Constructors

    CSharpVsaGlobalItem(CSharpScriptEngine, String)

    Construct a CSharpVsaGlobalItem given a script engine and item name.

    Declaration
    public CSharpVsaGlobalItem(CSharpScriptEngine engine, string name)
    Parameters
    Type Name Description
    CSharpScriptEngine engine
    System.String name

    Properties

    ExposeMembers

    Sets a value indicating whether the members of the global object should be made available to the script engine.

    Declaration
    public bool ExposeMembers { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemType

    Gets the specified object's type, as determined by the IVsaItems.CreateItem method.

    Declaration
    public override VsaItemType ItemType { get; }
    Property Value
    Type Description
    Microsoft.Vsa.VsaItemType
    Overrides
    CSharpVsaItem.ItemType

    TypeString

    Sets the type of the global item.

    Declaration
    public string TypeString { set; }
    Property Value
    Type Description
    System.String

    Implements

    Microsoft.Vsa.IVsaGlobalItem
    Microsoft.Vsa.IVsaItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved