August 2003
Intermediate to advanced
928 pages
32h 1m
English
ResolveEventArgs
This object is provided to methods
with the
ResolveEventHandler signature, indicating
additional information about the reference that could not be resolved
in the Name property.
public class ResolveEventArgs : EventArgs {
// Public Constructors
public ResolveEventArgs(string name);
// Public Instance Properties
public string Name{get; }
}
Object
→
EventArgs
→
ResolveEventArgs
System.Reflection.ModuleResolveEventHandler.{BeginInvoke( ), Invoke( )},
ResolveEventHandler.{BeginInvoke( ),
Invoke( )}