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à

LoadHint

Uno dei valori di LoadHint.

Commenti

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

Si applica a