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 是套用原則之前的元件名稱。

適用於