C# 클래스 Nuxeo.Otg.Win.ContextMenuExt

상속: IShellExtInit, IContextMenu
파일 보기 프로젝트 열기: nuxeo/nuxeo-otg-win

보호된 프로퍼티들

프로퍼티 타입 설명
DEBUG bool

공개 메소드들

메소드 설명
GetCommandString ( UIntPtr idCmd, uint uFlags, IntPtr pReserved, StringBuilder pszName, uint cchMax ) : void
Initialize ( IntPtr pidlFolder, IntPtr pDataObj, IntPtr hKeyProgID ) : void
InvokeCommand ( IntPtr pici ) : void
QueryContextMenu ( IntPtr hMenu, uint iMenu, uint idCmdFirst, uint idCmdLast, uint uFlags ) : int

보호된 메소드들

메소드 설명
getFileName ( IntPtr hDrop, uint iFile ) : String

비공개 메소드들

메소드 설명
Register ( Type t ) : void
Unregister ( Type t ) : void

메소드 상세

GetCommandString() 공개 메소드

public GetCommandString ( UIntPtr idCmd, uint uFlags, IntPtr pReserved, StringBuilder pszName, uint cchMax ) : void
idCmd System.UIntPtr
uFlags uint
pReserved System.IntPtr
pszName StringBuilder
cchMax uint
리턴 void

Initialize() 공개 메소드

public Initialize ( IntPtr pidlFolder, IntPtr pDataObj, IntPtr hKeyProgID ) : void
pidlFolder System.IntPtr
pDataObj System.IntPtr
hKeyProgID System.IntPtr
리턴 void

InvokeCommand() 공개 메소드

public InvokeCommand ( IntPtr pici ) : void
pici System.IntPtr
리턴 void

QueryContextMenu() 공개 메소드

public QueryContextMenu ( IntPtr hMenu, uint iMenu, uint idCmdFirst, uint idCmdLast, uint uFlags ) : int
hMenu System.IntPtr
iMenu uint
idCmdFirst uint
idCmdLast uint
uFlags uint
리턴 int

getFileName() 보호된 메소드

protected getFileName ( IntPtr hDrop, uint iFile ) : String
hDrop System.IntPtr
iFile uint
리턴 String

프로퍼티 상세

DEBUG 보호되어 있는 정적으로 프로퍼티

protected static bool DEBUG
리턴 bool