DefaultDependencyAttribute.LoadHint Proprietà

Definizione

Ottiene il valore LoadHint che indica il momento in cui un assembly carica 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 DefaultDependencyAttribute .

Si applica a