Click or drag to resize
weroSoft AG, Software
WorkspaceModelIsPluginLoadedByClassName Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating whether the plug-in given by a class name is already started.

Namespace:  WeroSoft.Triton.Desktop.Models
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool IsPluginLoadedByClassName(
	string typeName
)

Parameters

typeName
Type: SystemString
The type name of the plug-in.

Return Value

Type: Boolean
True if the plug-in is already started; otherwise false.

Implements

IWorkspaceModelIsPluginLoadedByClassName(String)
See Also