This method will copy all assemblies within the Reference Lists to the intended folder.
Namespace:
Devesprit.Scripter.Compiler
Assembly:
Devesprit Scripter (in Devesprit Scripter.dll)
public void CopyAssembliesToDir(
string path,
bool overWrite,
bool dontCopyFrameworkAssemblies
)
Public Sub CopyAssembliesToDir ( _
path As String, _
overWrite As Boolean, _
dontCopyFrameworkAssemblies As Boolean _
)
public:
void CopyAssembliesToDir(
String^ path,
bool^ overWrite,
bool^ dontCopyFrameworkAssemblies
)
Parameters
- path
- Type: String
The address of the intended folder.
- overWrite
- Type: Boolean
If the value is set true, files will be overwritten if they already exist in the intended folder.
- dontCopyFrameworkAssemblies
- Type: Boolean
If the value is set true, Framework Assemblies will not be copied.
Devesprit.Scripter.Compiler Namespace