C# 클래스 JetBrains.ReSharper.Plugins.Vsix2ReSharper.ReSharperIntegrationBootstrap

상속: SReSharperIntegrationBootstrap
파일 보기 프로젝트 열기: JetBrains/resharper-vsix 1 사용 예제들

공개 메소드들

메소드 설명
Initialise ( ReSharperIntegrationCallback callback ) : void

비공개 메소드들

메소드 설명
GetReSharperPackage ( ) : IVsPackage
GetReSharperVersion ( IVsPackage package ) : System.Version
LoadIntegrationAssembly ( System.Version resharperVersion ) : Assembly
ReSharperIntegrationBootstrap ( IVsShell vsShell, Microsoft.VisualStudio.OLE.Interop.IServiceProvider vsOleServiceProvider ) : System

메소드 상세

Initialise() 공개 메소드

public Initialise ( ReSharperIntegrationCallback callback ) : void
callback ReSharperIntegrationCallback
리턴 void