C# 클래스 Pluton.CSPlugin

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

공개 프로퍼티들

프로퍼티 타입 설명
Engine CSharpPlugin

공개 메소드들

메소드 설명
CSPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.CSPlugin class.

Invoke ( string func ) : object

Invoke the specified method and args.

Load ( string code = "" ) : void
LoadReferences ( ) : void

비공개 메소드들

메소드 설명
GetRefDllPaths ( ) : IEnumerable

메소드 상세

CSPlugin() 공개 메소드

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

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

LoadReferences() 공개 메소드

public LoadReferences ( ) : void
리턴 void

프로퍼티 상세

Engine 공개적으로 프로퍼티

public CSharpPlugin,Pluton Engine
리턴 CSharpPlugin