Class PluginCheck
Class PluginCheck.
Inherited Members
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 |
|