ResolveEventArgs.Name 属性
定义
获取要解析的项的名称。Gets the name of the item to resolve.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
属性值
要解析的项的名称。The name of the item to resolve.
注解
对于 AssemblyResolve 事件, Name 是应用策略之前的程序集名称。For the AssemblyResolve event, Name is the assembly name before policy is applied.