UtilApplicationLoadedAssemblies Property
Gets the loaded assemblies of the current assembly.
Namespace: DevCase.Core.ApplicationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionAssembly
The loaded assemblies.
This is a code example.
No code example is currently available or this language may not be supported.
For Each asm As Assembly In LoadedAssemblies
Console.WriteLine(asm.GetName.Name)
Next ass
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.