IWebProxyScript.Load メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
Function Load ( _ scriptLocation As Uri, _ script As String, _ helperType As Type _ ) As Boolean
Dim instance As IWebProxyScript Dim scriptLocation As Uri Dim script As String Dim helperType As Type Dim returnValue As Boolean
returnValue = instance.Load(scriptLocation, script, helperType)
bool Load ( Uri scriptLocation, string script, Type helperType )
bool Load ( Uri^ scriptLocation, String^ script, Type^ helperType )
boolean Load ( Uri scriptLocation, String script, Type helperType )
function Load ( scriptLocation : Uri, script : String, helperType : Type ) : boolean
scriptLocation
helperType