10 private string _NamespaceName;
12 private Assembly _RequestingAssembly;
33 _NamespaceName = namespaceName;
34 _RequestingAssembly = requestingAssembly;
Represents the base class for classes that contain event data, and provides a value to use for events...
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
Collection< Assembly > ResolvedAssemblies
Gets a collection of assemblies; when the event handler for the E:System.Runtime.InteropServices....
NamespaceResolveEventArgs(string namespaceName, Assembly requestingAssembly)
Initializes a new instance of the T:System.Runtime.InteropServices.WindowsRuntime....
string NamespaceName
Gets the name of the namespace to resolve.
Assembly RequestingAssembly
Gets the name of the assembly whose dependency is being resolved.
Provides data for the E:System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMetadata....