Share via


DependencyAttribute.LoadHint Proprietà

Definizione

Ottiene il valore LoadHint che indica il momento in cui un assembly deve caricare una dipendenza.

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

Valore della proprietà

Uno dei valori di LoadHint.

Commenti

Utilizzare questa proprietà per restituire il valore dell'enumerazione LoadHint utilizzata dall'attributo DependencyAttribute .

Si applica a