C# Class MonoDevelop.Debugger.Soft.Rhino.RhinoDebuggerStartInfo

Inheritance: Mono.Debugging.Soft.SoftDebuggerStartInfo
Show file Open project: mcneel/RhinoCommonXamarinStudioAddin

Public Methods

Method Description
GetApplicationPath ( ) : string

Full path to the Rhinoceros executable to start

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

Method Details

GetApplicationPath() public method

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

RhinoDebuggerStartInfo() public method

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
return System