![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can I get all loaded assemblies? include "static refrenceed" and "Assembly.LoadFrom method". |
#3
| |||
| |||
|
|
Hi! How can I get all loaded assemblies? include "static refrenceed" and "Assembly.LoadFrom method". You can use AppDomain.GetAssemblies() for any AppDomain object. For the current AppDomain use AppDomain.CurrentDomain.GetAssemblies(). GP |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |