The members of System.ResolveEventArgs are listed below.
See Also: Inherited members from System.EventArgs
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. |
[read-only] | Name | string.
Gets the name of the item to resolve. |
[read-only] | RequestingAssembly | System.Reflection.Assembly.
Gets the assembly whose dependency is being resolved. |