K
K
Kirito Asumo2017-04-06 14:55:40
DLL
Kirito Asumo, 2017-04-06 14:55:40

Is it possible to refer to a file in the c# class library?

There is some kind of class library written in c # by me and it contains a text or any other file. Whether it is possible to address to it without connecting an input class of this library. Through resources?
I want to use .dll libraries as extension modules (plugins) for my program and I need to get some data that will be described in a text file inside the library. It will also store some data about the author of the plugin, the name and name of the input class.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2017-04-06
@Sparkis

1. Create a domain
2. Load the assembly there. No classes will be created there at the same time.
3. Get all required resource files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question