12 private Assembly _RequestingAssembly;
16 public string Name => _Name;
35 _RequestingAssembly = requestingAssembly;
ResolveEventArgs(string name, Assembly requestingAssembly)
Initializes a new instance of the T:System.ResolveEventArgs class, specifying the name of the item to...
Represents the base class for classes that contain event data, and provides a value to use for events...
ResolveEventArgs(string name)
Initializes a new instance of the T:System.ResolveEventArgs class, specifying the name of the item to...
Assembly RequestingAssembly
Gets the assembly whose dependency is being resolved.
string Name
Gets the name of the item to resolve.
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
Provides data for loader resolution events, such as the E:System.AppDomain.TypeResolve,...