IsToolEnabled Method (String)

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.ManagerEngine.IsToolEnabled(System.String)"]

Namespace:  Moxiecode.Manager
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public bool IsToolEnabled(
	string tool
)
Visual Basic (Declaration)
Public Function IsToolEnabled ( _
	tool As String _
) As Boolean
Visual C++
public:
bool IsToolEnabled(
	String^ tool
)

Parameters

tool
Type: System..::.String

[Missing <param name="tool"/> documentation for "M:Moxiecode.Manager.ManagerEngine.IsToolEnabled(System.String)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.ManagerEngine.IsToolEnabled(System.String)"]

See Also