Click or drag to resize

externalToolExtensionsrun Method (externalTool, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pokrece eksterni alat i u njemu otvara prosledjenu putanju

Namespace:  imbACE.Core.extensions.io
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static Process run(
	this externalTool whatApplication,
	string filePathOrUrl = ""
)
Request Example View Source

Parameters

whatApplication
Type: externalTool
filePathOrUrl (Optional)
Type: SystemString

Return Value

Type: Process

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type externalTool. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also