IsToolEnabled Method (String, ManagerConfig)

MCManager API

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

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

Syntax

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

Parameters

tool
Type: System..::.String

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

config
Type: Moxiecode.Manager..::.ManagerConfig

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

Return Value

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

See Also