0

Is there a way to check that some library (assume dll) referenced in project.

Example

public void SomeFunction()
    if(libraryReferenced){
    //
    }
}

And in outer project //Library not Referenced

MyDll.SomeFunction();

In my dll function // libraryReferenced = false

and vice versa

Thanks.

Alexandr Sargsyan
  • 656
  • 1
  • 6
  • 21

0 Answers0