Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

run dll file

// open cmd in project location then type as follow
// dotnet intalled location          run   loaction of dll file
"C:Program Filesdotnetdotnet.exe" run   inDebug
et6.0NotePad++.dll
// if You haven't builde the program then first build it 
"C:Program Filesdotnetdotnet.exe" build ProjectName.csproj
 
PREVIOUS NEXT
Tagged: #run #dll #file
ADD COMMENT
Topic
Name
1+9 =