IWebProxyScript.Load(Uri, String, Type) Método

Definição

Carrega um script.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 bool Load(Uri ^ scriptLocation, System::String ^ script, Type ^ helperType);
public bool Load (Uri scriptLocation, string script, Type helperType);
abstract member Load : Uri * string * Type -> bool
Public Function Load (scriptLocation As Uri, script As String, helperType As Type) As Boolean

Parâmetros

scriptLocation
Uri

Somente interno.

script
String

Somente interno.

helperType
Type

Somente interno.

Retornos

Um Boolean que indica se o script foi carregado com êxito.

Aplica-se a