DkmProcessLaunchEnvironmentFilterList140 Class

Definition

Holds the list of implementations of the IDkmProcessLaunchEnvironmentFilter interface which may be called by a component. This object is used to call these environment filters.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public ref class DkmProcessLaunchEnvironmentFilterList140
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmProcessLaunchEnvironmentFilterList140
[Windows::Foundation::Metadata::WebHostHidden]
class DkmProcessLaunchEnvironmentFilterList140
public class DkmProcessLaunchEnvironmentFilterList140
type DkmProcessLaunchEnvironmentFilterList140 = class
Public Class DkmProcessLaunchEnvironmentFilterList140
Inheritance
DkmProcessLaunchEnvironmentFilterList140

Properties

Count

Returns the number of implemantions of the IDkmProcessLaunchEnvironmentFilter140 interface which may be called through this object.

Methods

Create()

Create a new DkmProcessLaunchEnvironmentFilterList140 object instance.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

GetAdditionalEnvironmentVariables(Int32, DkmProcessLaunchEnvironmentFilterInputData)

Obtains any environment variables which the extension would like to add.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Applies to