C# Класс MonoDevelop.Debugger.Soft.Rhino.RhinoDebuggerStartInfo

Наследование: Mono.Debugging.Soft.SoftDebuggerStartInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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