C# Class Monobjc.AppKit.NSOpenPanel

Mostrar archivo Open project: Monobjc/monobjc Class Usage Examples

Public Methods

Method Description
BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString path, NSString name, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void

Private Methods

Method Description
BeginForDirectoryFileTypesModelessDelegateDidEndSelectorContextInfo ( NSString absoluteDirectoryPath, NSString filename, NSArray fileTypes, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void
BeginSheetForDirectoryFileTypesModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString absoluteDirectoryPath, NSString filename, NSArray fileTypes, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void

Method Details

BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo() public method

public BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString path, NSString name, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void
path Monobjc.Foundation.NSString
name Monobjc.Foundation.NSString
docWindow NSWindow
modelessDelegate SheetDidEndReturnCodeContextInfoEventHandler
contextInfo System.IntPtr
return void