Interface IDeviceDxdiag
An interface for a device to implement how to capture a dxdiag attachment.
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public interface IDeviceDxdiag
Methods
View SourceCaptureDxdiag(String, Boolean)
Captures dxdiag info.
Declaration
int CaptureDxdiag(string targetPath, bool useCache)
Parameters
Type | Name | Description |
---|---|---|
System.String | targetPath | The location at which to save the dxdiag file. |
System.Boolean | useCache | Indicates whether or not to use a cached dxdiag, if one exists. |
Returns
Type | Description |
---|---|
System.Int32 | The exit code of the dxdiag process |