C# 클래스 RunJS.AddIn.Utils.LoaderInstance

A LoaderInstance used from javascript to download stuff from the internet.
상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Alxandr/RunJS

공개 메소드들

메소드 설명
LoaderInstance ( ObjectInstance prototype, ScriptRunner scriptRunner ) : System

Initializes a new instance of the LoaderInstance class.

비공개 메소드들

메소드 설명
Load ( string url, FunctionInstance callback ) : void

메소드 상세

LoaderInstance() 공개 메소드

Initializes a new instance of the LoaderInstance class.
public LoaderInstance ( ObjectInstance prototype, ScriptRunner scriptRunner ) : System
prototype Jurassic.Library.ObjectInstance The prototype.
scriptRunner ScriptRunner The script runner.
리턴 System