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