C# Class VCSJones.FiddlerCert.Interop.LocalBufferSafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Mostrar archivo Open project: vcsjones/FiddlerCert Class Usage Examples

Public Methods

Method Description
CopyTo ( byte buffer, int offset, int length = null ) : void
LocalBufferSafeHandle ( ) : System
LocalBufferSafeHandle ( bool ownsHandle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
LocalFree ( [ hMem ) : IntPtr

Method Details

CopyTo() public method

public CopyTo ( byte buffer, int offset, int length = null ) : void
buffer byte
offset int
length int
return void

LocalBufferSafeHandle() public method

public LocalBufferSafeHandle ( ) : System
return System

LocalBufferSafeHandle() public method

public LocalBufferSafeHandle ( bool ownsHandle ) : System
ownsHandle bool
return System

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool