VisioForge (c) 2025

Search Results for

    Class PluginCheck

    Class PluginCheck.

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

    Methods

    IsAvailable(string)

    Determines whether the specified name is available.

    Declaration
    public static bool IsAvailable(string name)
    Parameters
    Type Name Description
    string name

    The name.

    Returns
    Type Description
    bool

    true if the specified name is available; otherwise, false.