C# Class Microsoft.VisualStudio.Project.SafeGlobalAllocHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
显示文件 Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
SafeGlobalAllocHandle ( IntPtr handle, bool ownsHandle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafeGlobalAllocHandle ( ) : System

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeGlobalAllocHandle() public method

public SafeGlobalAllocHandle ( IntPtr handle, bool ownsHandle ) : System
handle System.IntPtr
ownsHandle bool
return System