System.ResolveEventArgs Members

The members of System.ResolveEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the ResolveEventArgs class, specifying the name of the item to resolve.

Initializes a new instance of the ResolveEventArgs class, specifying the name of the item to resolve and the assembly whose dependency is being resolved.

Public Properties

[read-only]
Namestring.

Gets the name of the item to resolve.

[read-only]
RequestingAssemblySystem.Reflection.Assembly.

Gets the assembly whose dependency is being resolved.