C# 클래스 MonoDevelop.Debugger.Soft.Rhino.RhinoDebuggerStartInfo

상속: Mono.Debugging.Soft.SoftDebuggerStartInfo
파일 보기 프로젝트 열기: mcneel/RhinoCommonXamarinStudioAddin

공개 메소드들

메소드 설명
GetApplicationPath ( ) : string

Full path to the Rhinoceros executable to start

RhinoDebuggerStartInfo ( string appName, string startArgs, string binDir, string pluginPath, string rhinocommonPath, bool isGrasshopper ) : System

메소드 상세

GetApplicationPath() 공개 메소드

Full path to the Rhinoceros executable to start
public GetApplicationPath ( ) : string
리턴 string

RhinoDebuggerStartInfo() 공개 메소드

public RhinoDebuggerStartInfo ( string appName, string startArgs, string binDir, string pluginPath, string rhinocommonPath, bool isGrasshopper ) : System
appName string
startArgs string
binDir string
pluginPath string
rhinocommonPath string
isGrasshopper bool
리턴 System