Share via


IWebProxyScript.Load(Uri, String, Type) 메서드

정의

스크립트를 로드합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

scriptLocation
Uri

내부 전용입니다.

script
String

내부 전용입니다.

helperType
Type

내부 전용입니다.

반환

스크립트가 성공적으로 로드되었는지 여부를 나타내는 Boolean입니다.

적용 대상