C# 클래스 VisualFStar.FStarVSPackage

상속: Microsoft.VisualStudio.Shell.Package, IOleComponent
파일 보기 프로젝트 열기: YaccConstructor/VisualFStar

공개 메소드들

메소드 설명
FContinueMessageLoop ( uint uReason, IntPtr pvLoopData, Microsoft.Win32.MSG pMsgPeeked ) : int
FDoIdle ( uint grfidlef ) : int
FPreTranslateMessage ( Microsoft.Win32.MSG pMsg ) : int
FQueryTerminate ( int fPromptUser ) : int
FReserved1 ( uint dwReserved, uint message, IntPtr wParam, IntPtr lParam ) : int
FStarVSPackage ( ) : System

Initializes a new instance of the FStarVSPackage class.

HwndGetWindow ( uint dwWhich, uint dwReserved ) : IntPtr
OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void
OnAppActivate ( int fActive, uint dwOtherThreadID ) : void
OnEnterState ( uint uStateID, int fEnter ) : void
OnLoseActivation ( ) : void
Terminate ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialize ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FContinueMessageLoop() 공개 메소드

public FContinueMessageLoop ( uint uReason, IntPtr pvLoopData, Microsoft.Win32.MSG pMsgPeeked ) : int
uReason uint
pvLoopData System.IntPtr
pMsgPeeked Microsoft.Win32.MSG
리턴 int

FDoIdle() 공개 메소드

public FDoIdle ( uint grfidlef ) : int
grfidlef uint
리턴 int

FPreTranslateMessage() 공개 메소드

public FPreTranslateMessage ( Microsoft.Win32.MSG pMsg ) : int
pMsg Microsoft.Win32.MSG
리턴 int

FQueryTerminate() 공개 메소드

public FQueryTerminate ( int fPromptUser ) : int
fPromptUser int
리턴 int

FReserved1() 공개 메소드

public FReserved1 ( uint dwReserved, uint message, IntPtr wParam, IntPtr lParam ) : int
dwReserved uint
message uint
wParam System.IntPtr
lParam System.IntPtr
리턴 int

FStarVSPackage() 공개 메소드

Initializes a new instance of the FStarVSPackage class.
public FStarVSPackage ( ) : System
리턴 System

HwndGetWindow() 공개 메소드

public HwndGetWindow ( uint dwWhich, uint dwReserved ) : IntPtr
dwWhich uint
dwReserved uint
리턴 System.IntPtr

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

OnActivationChange() 공개 메소드

public OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void
pic IOleComponent
fSameComponent int
pcrinfo OLECRINFO
fHostIsActivating int
pchostinfo OLECHOSTINFO
dwReserved uint
리턴 void

OnAppActivate() 공개 메소드

public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void
fActive int
dwOtherThreadID uint
리턴 void

OnEnterState() 공개 메소드

public OnEnterState ( uint uStateID, int fEnter ) : void
uStateID uint
fEnter int
리턴 void

OnLoseActivation() 공개 메소드

public OnLoseActivation ( ) : void
리턴 void

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void