ProcessInfo.OpenFileHandles Property

Definition

Gets or sets list of open files.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.open_file_handles")]
public System.Collections.Generic.IList<string> OpenFileHandles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.open_file_handles")>]
member this.OpenFileHandles : System.Collections.Generic.IList<string> with get, set
Public Property OpenFileHandles As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to