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 はポリシーが適用される前のアセンブリ名です。

適用対象