C# Class NetIde.Util.Forms.FolderBrowser.NativeMethods

The contents of this class are not a Mono issue. The FolderBrowser class that uses these methods detects whether we're running Mono and ignores these methods when it is, reverting to the managed FolderBrowserDialog implementation.
显示文件 Open project: netide/netide

Private Methods

Method Description
CoTaskMemFree ( IntPtr pv ) : void
SHBrowseForFolder ( [ lpbi ) : IntPtr
SHCreateItemFromParsingName ( [ pszPath, IntPtr pbc, System.Guid &riid, [ ppv ) : int
SHGetPathFromIDList ( IntPtr pidl, IntPtr pszPath ) : bool
SHGetSpecialFolderLocation ( IntPtr hwndOwner, int nFolder, IntPtr &ppidl ) : int