C# 클래스 AIT.Tools.VisualStudioTextTransform.MessageFilter

Fix COM retry errors: http://www.viva64.com/en/b/0169/
상속: System.MarshalByRefObject, NativeMethods.IMessageFilter, IDisposable
파일 보기 프로젝트 열기: AITGmbH/VisualStudioTextTransform

공개 메소드들

메소드 설명
Dispose ( ) : void

/

HandleInComingCall ( int dwCallType, IntPtr threadIdCaller, int dwTickCount, IntPtr lpInterfaceInfo ) : int

/

MessageFilter ( ) : System

/

MessagePending ( IntPtr threadIDCallee, int dwTickCount, int dwPendingType ) : int

/

RetryRejectedCall ( IntPtr threadIDCallee, int dwTickCount, int dwRejectType ) : int

/

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

/

메소드 상세

Dispose() 공개 메소드

/
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

/
protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

HandleInComingCall() 공개 메소드

/
public HandleInComingCall ( int dwCallType, IntPtr threadIdCaller, int dwTickCount, IntPtr lpInterfaceInfo ) : int
dwCallType int
threadIdCaller System.IntPtr
dwTickCount int
lpInterfaceInfo System.IntPtr
리턴 int

MessageFilter() 공개 메소드

/
public MessageFilter ( ) : System
리턴 System

MessagePending() 공개 메소드

/
public MessagePending ( IntPtr threadIDCallee, int dwTickCount, int dwPendingType ) : int
threadIDCallee System.IntPtr
dwTickCount int
dwPendingType int
리턴 int

RetryRejectedCall() 공개 메소드

/
public RetryRejectedCall ( IntPtr threadIDCallee, int dwTickCount, int dwRejectType ) : int
threadIDCallee System.IntPtr
dwTickCount int
dwRejectType int
리턴 int