RequiredCommandAnnotation Constructors
Class Constructors 1 member
An annotation which declares that a resource requires a specific command/executable to be available on the local machine PATH before it can start.
Constructor(string) Section titled Constructor(string) An annotation which declares that a resource requires a specific command/executable to be available on the local machine PATH before it can start.
public class RequiredCommandAnnotation{ public RequiredCommandAnnotation( string command) { // ... }}Parameters
command string The command string (file name or path) that should be validated.