C# Класс OpenIDE.Arguments.Handlers.EditorHandler

Наследование: ICommandHandler
Показать файл Открыть проект

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

Метод Описание
EditorHandler ( string rootPath, OpenIDE editorFactory, EnvironmentService environment, Action dispatch ) : System
Execute ( string arguments ) : void

Описание методов

EditorHandler() публичный Метод

public EditorHandler ( string rootPath, OpenIDE editorFactory, EnvironmentService environment, Action dispatch ) : System
rootPath string
editorFactory OpenIDE
environment OpenIDE.Core.Environments.EnvironmentService
dispatch Action
Результат System

Execute() публичный Метод

public Execute ( string arguments ) : void
arguments string
Результат void