ResolveEventArgs.Name 属性

定义

获取要解析的项的名称。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

要解析的项的名称。

注解

AssemblyResolve对于 事件, Name 是应用策略前的程序集名称。

适用于