1 instantiation of DllModule
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
110
module = new
DllModule
(fileName);
5 references to DllModule
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (5)
101
private static Dictionary<string,
DllModule
> _cache = new System.Collections.Generic.Dictionary<string,
DllModule
>();
103
public static
DllModule
Load(string fileName)
107
DllModule
module;
239
(_IActivationFactory, _) =
DllModule
.Load($"{moduleName}.dll").GetActivationFactory(runtimeClassId);