Dumper.SetExtraFile(String) Method
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.
Sets the extra file of the dumper.
public:
void SetExtraFile(System::String ^ fileName);
public void SetExtraFile (string fileName);
member this.SetExtraFile : string -> unit
Public Sub SetExtraFile (fileName As String)
Parameters
- fileName
- String
The name of the extra file.