NamespaceResolveEventArgs(String, Assembly) Constructor

Definition

Initializes a new instance of the NamespaceResolveEventArgs class, specifying the namespace to resolve and the assembly whose dependency is being resolved.

C#
public NamespaceResolveEventArgs(string namespaceName, System.Reflection.Assembly requestingAssembly);

Parameters

namespaceName
String

The namespace to resolve.

requestingAssembly
Assembly

The assembly whose dependency is being resolved.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1