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 值之一。

注解

使用此属性可返回 特性使用的DependencyAttribute枚举的值LoadHint

适用于