C# Класс Nitra.VisualStudio.Server

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

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

Метод Описание
Dispose ( ) : void
IsSupportedExtension ( string ext ) : bool
Server ( StringManager stringManager, NitraCommonIde config, IServiceProvider serviceProvider ) : Nitra.ClientServer.Client

Приватные методы

Метод Описание
AddedMscorlibReference ( ProjectId projectId ) : void
BeforeCloseProject ( ProjectId id ) : void
CaretPositionChanged ( FileId fileId, int pos, FileVersion version ) : void
ConvertConfig ( NitraCommonIde config ) : Nitra.ClientServer.Messages.Config
DocumentWindowDestroy ( IWpfTextView wpfTextView ) : void
FileAdded ( ProjectId projectId, string path, FileId id, FileVersion version ) : void
FileUnloaded ( FileId id ) : void
GetSpanClassOpt ( string spanClass ) : SpanClassInfo?
ProjectLoaded ( ProjectId id ) : void
ProjectStartLoading ( ProjectId id, string projectPath ) : void
ReferenceAdded ( ProjectId projectId, string referencePath ) : void
Response ( AsyncServerMessage msg ) : void
SolutionLoaded ( SolutionId solutionId ) : void
SolutionStartLoading ( SolutionId id, string solutionPath ) : void
SpanClassToBrush ( string spanClass ) : System.Windows.Media.Brush
TryAddServerProperty ( ITextBuffer textBuffer ) : void
ViewActivated ( IWpfTextView wpfTextView, FileId id, IVsHierarchy hierarchy, string fullPath ) : void
ViewDeactivated ( IWpfTextView wpfTextView, FileId id ) : void

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

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

public Dispose ( ) : void
Результат void

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

public IsSupportedExtension ( string ext ) : bool
ext string
Результат bool

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

public Server ( StringManager stringManager, NitraCommonIde config, IServiceProvider serviceProvider ) : Nitra.ClientServer.Client
stringManager StringManager
config NitraCommonIde
serviceProvider IServiceProvider
Результат Nitra.ClientServer.Client