C# 클래스 Pluton.PYPlugin

PY plugin.
상속: BasePlugin
파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
LibPath string
Scope ScriptScope

공개 메소드들

메소드 설명
FormatException ( Exception ex ) : string

Format exceptions to give meaningful reports.

GetGlobalObject ( string identifier ) : object
Invoke ( string func ) : object

Invoke the specified method and args.

Load ( string code = "" ) : void
PYPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.PYPlugin class.

메소드 상세

FormatException() 공개 메소드

Format exceptions to give meaningful reports.
public FormatException ( Exception ex ) : string
ex System.Exception The exception object.
리턴 string

GetGlobalObject() 공개 메소드

public GetGlobalObject ( string identifier ) : object
identifier string
리턴 object

Invoke() 공개 메소드

Invoke the specified method and args.
public Invoke ( string func ) : object
func string Func.
리턴 object

Load() 공개 메소드

public Load ( string code = "" ) : void
code string
리턴 void

PYPlugin() 공개 메소드

Initializes a new instance of the Pluton.PYPlugin class.
public PYPlugin ( string name, string code, DirectoryInfo rootdir ) : System
name string Name.
code string Code.
rootdir System.IO.DirectoryInfo Rootdir.
리턴 System

프로퍼티 상세

LibPath 공개적으로 정적으로 프로퍼티

LibraryPath for python plugins.
public static string LibPath
리턴 string

Scope 공개적으로 프로퍼티

public ScriptScope Scope
리턴 ScriptScope