LicenseContext.GetSavedLicenseKey(Type, Assembly) Método

Definição

Quando substituído em uma classe derivada, retorna uma chave de licença salva para o tipo especificado do assembly de recurso especificado.

public:
 virtual System::String ^ GetSavedLicenseKey(Type ^ type, System::Reflection::Assembly ^ resourceAssembly);
public virtual string GetSavedLicenseKey (Type type, System.Reflection.Assembly resourceAssembly);
public virtual string? GetSavedLicenseKey (Type type, System.Reflection.Assembly? resourceAssembly);
abstract member GetSavedLicenseKey : Type * System.Reflection.Assembly -> string
override this.GetSavedLicenseKey : Type * System.Reflection.Assembly -> string
Public Overridable Function GetSavedLicenseKey (type As Type, resourceAssembly As Assembly) As String

Parâmetros

type
Type

Um Type que representa o tipo de componente.

resourceAssembly
Assembly

Um Assembly com a chave de licença.

Retornos

O LicenseKey para o tipo especificado. Este método retornará null, a menos que você o substitua.

Notas aos Herdeiros

Substitua esse método e o SetSavedLicenseKey(Type, String) método para implementar uma chave de licença salva. Se o resourceAssembly parâmetro for null, você poderá recuperar o recurso da execução Assemblyprimária .

Aplica-se a

Confira também