C# 클래스 InteropHelper, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
EnumChildProc ( int hwndChild, int &lParam ) : bool
GetReferences ( Microsoft.Office.Interop.Excel.Application &_Application, Microsoft.Office.Interop.Excel.Workbook &_Workbook ) : void

비공개 메소드들

메소드 설명
AccessibleObjectFromWindow ( int hwnd, uint dwObjectID, Array riid, Microsoft.Office.Interop.Excel.Window &ptr ) : int
EnumChildWindows ( int hWndParent, EnumChildCallback lpEnumFunc, int &lParam ) : bool
GetClassName ( int hWnd, StringBuilder lpClassName, int nMaxCount ) : int

메소드 상세

EnumChildProc() 공개 정적인 메소드

public static EnumChildProc ( int hwndChild, int &lParam ) : bool
hwndChild int
lParam int
리턴 bool

GetReferences() 공개 정적인 메소드

public static GetReferences ( Microsoft.Office.Interop.Excel.Application &_Application, Microsoft.Office.Interop.Excel.Workbook &_Workbook ) : void
_Application Microsoft.Office.Interop.Excel.Application
_Workbook Microsoft.Office.Interop.Excel.Workbook
리턴 void