K
K
kokapuk2021-08-12 01:08:48
C++ / C#
kokapuk, 2021-08-12 01:08:48

How to create an injectable dll?

How to create an embedded .dll file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris the Animal, 2021-08-12
@kokapuk

Documentation for the dotnet new
command On the command line:

dotnet new classlib -n "LibraryName" -lang "C#" -o "D:\Projects\LibraryName"

Through Visual Studio, it is intuitively clear how to create a new project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question