IDkmProcessLaunchEnvironmentFilter140 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional interface which can be implemented to customize the environment of the target process before it is started. This is an updated version of IDkmProcessLaunchEnvironmentFilter which was added for Visual Studio 14.0 to provide additional information to environment filters. Visual Studio 14+ will call both the old and new API, so a component should generally not implement both interfaces.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, TransportKind.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public interface class IDkmProcessLaunchEnvironmentFilter140
public interface class IDkmProcessLaunchEnvironmentFilter140
__interface IDkmProcessLaunchEnvironmentFilter140
public interface IDkmProcessLaunchEnvironmentFilter140
type IDkmProcessLaunchEnvironmentFilter140 = interface
Public Interface IDkmProcessLaunchEnvironmentFilter140
Methods
GetAdditionalEnvironmentVariables(DkmProcessLaunchEnvironmentFilterInputData) |
Obtains any environment variables which the extension would like to add. |