DependencyAttribute.LoadHint プロパティ

定義

どのような場合にアセンブリが依存関係を読み込むかを示す LoadHint 値を取得します。

public:
 property System::Runtime::CompilerServices::LoadHint LoadHint { System::Runtime::CompilerServices::LoadHint get(); };
public System.Runtime.CompilerServices.LoadHint LoadHint { get; }
member this.LoadHint : System.Runtime.CompilerServices.LoadHint
Public ReadOnly Property LoadHint As LoadHint

プロパティ値

LoadHint

LoadHint 値のいずれか 1 つ。

注釈

このプロパティを使用して、属性で使用される LoadHint 列挙型の値を DependencyAttribute 返します。

適用対象