System.Diagnostics.ProcessStartInfo.Verbs Property

Gets the set of verbs associated with the type of file specified by the ProcessStartInfo.FileName property.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string[] Verbs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ProcessStartInfo.Verbs property enables you to determine the verbs that can be used with the file specified by the ProcessStartInfo.FileName property. You can set the ProcessStartInfo.Verb property to the value of any verb in the set. Examples of verbs are "Edit", "Open", "OpenAsReadOnly", "Print", and "Printto".

When you use the ProcessStartInfo.Verbs property, you must include the file name extension when you set the value of the ProcessStartInfo.FileName property. The file name extension determines the set of possible verbs.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0