ApplicationInfo
Class
Definition
Provides information for applications that are not directly executable by Monad.
public class ApplicationInfo : System.Management.Automation.CommandInfo
- Inheritance
Inherited Members
System.Management.Automation.CommandInfo
Remarks
An application is any file that is executable by Windows either directly or through file associations excluding any .ps1 files or cmdlets.
Properties
| Definition |
Gets the path of the application file. |
| Extension |
Gets the extension of the application file. |
| OutputType |
An application could return nothing, but commonly it returns a string. |
| Path |
Gets the path for the application file. |
| Source | |
| Version | |
| Visibility |
Determine the visibility for this script... |