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

Definición

Ejecuta un script.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el 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

Solo interno.

script
String

Solo interno.

helperType
Type

Solo interno.

Devoluciones

Boolean que indica si el script se cargó correctamente.

Se aplica a