Name

ResolveEventArgs

Synopsis

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 method ResolveEventArgs(string name);  
// Public Instance Properties
   public field string Name{get; } 
}

Hierarchy

ObjectEventArgsResolveEventArgs

Passed To

System.Reflection.ModuleResolveEventHandler.{BeginInvoke(), Invoke()}, ResolveEventHandler.{BeginInvoke(), Invoke()}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.