Table of Contents

Method CreateExecutingAssemblyWithNewExt

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

CreateExecutingAssemblyWithNewExt(string, string)

Creates file with the path and name of the executing assembly and with the specified extension.

public static void CreateExecutingAssemblyWithNewExt(string ext, string data = "")

Parameters

ext string

Extension of the created file.

data string

Created file data.