VisioForge (c) 2025

Search Results for

    Class VisioForgeX

    SDK class used to initialized and destroy.

    Inheritance
    object
    VisioForgeX
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core
    Assembly: VisioForge.Core.dll
    Syntax
    public static class VisioForgeX

    Properties

    CacheFolder

    Gets or sets the cache folder.

    Declaration
    public static string CacheFolder { get; set; }
    Property Value
    Type Description
    string

    The cache folder.

    DebugLevel

    The debug level.

    Declaration
    public static DebugLevel DebugLevel { get; set; }
    Property Value
    Type Description
    DebugLevel

    IsSDKInitialized

    Gets a value indicating whether this instance is SDK initialized.

    Declaration
    public static bool IsSDKInitialized { get; }
    Property Value
    Type Description
    bool

    true if this instance is SDK initialized; otherwise, false.

    Methods

    DestroySDK()

    Destroys the SDK.

    Declaration
    public static bool DestroySDK()
    Returns
    Type Description
    bool

    true if successful, false otherwise.

    InitSDK(ContextX, bool)

    Initializes a SDK.

    Declaration
    public static void InitSDK(ContextX context = null, bool editing = false)
    Parameters
    Type Name Description
    ContextX context

    Context.

    bool editing

    True for editing SDK.

    InitSDKAsync(ContextX, bool)

    Initializes a SDK (async).

    Declaration
    public static Task InitSDKAsync(ContextX context = null, bool editing = false)
    Parameters
    Type Name Description
    ContextX context

    Context.

    bool editing

    True for editing SDK.

    Returns
    Type Description
    Task

    System.Threading.Tasks.Task.