C# 클래스 MahTweets.Core.Scripting.ScriptFile

base class for each script file entry
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave 1 사용 예제들

공개 메소드들

메소드 설명
ContextMenuDescription ( string cmtype ) : string
ExecuteScript ( string entrypoint, object inputthing, object context ) : dynamic
HasEntryPoint ( string entrypointsignature ) : System.Boolean
ScriptFile ( string lp, string sp ) : System

메소드 상세

ContextMenuDescription() 공개 메소드

public ContextMenuDescription ( string cmtype ) : string
cmtype string
리턴 string

ExecuteScript() 공개 메소드

public ExecuteScript ( string entrypoint, object inputthing, object context ) : dynamic
entrypoint string
inputthing object
context object
리턴 dynamic

HasEntryPoint() 공개 메소드

public HasEntryPoint ( string entrypointsignature ) : System.Boolean
entrypointsignature string
리턴 System.Boolean

ScriptFile() 공개 메소드

public ScriptFile ( string lp, string sp ) : System
lp string
sp string
리턴 System