Share via


Export Method

This method exports a standalone version of the current object to the specified location.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Syntax

C#

void Export(string outputLocation)

Parameters

Name Type Description
outputLocation string The output location where the executable package is written.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

IRunExport Interface

IRunExport Members

IRunExport Methods