C# Class VCSJones.FiddlerCert.Interop.LocalBufferSafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: vcsjones/FiddlerCert Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
LocalFree ( [ hMem ) : IntPtr

Method Details

CopyTo() public méthode

public CopyTo ( byte buffer, int offset, int length = null ) : void
buffer byte
offset int
length int
Résultat void

LocalBufferSafeHandle() public méthode

public LocalBufferSafeHandle ( ) : System
Résultat System

LocalBufferSafeHandle() public méthode

public LocalBufferSafeHandle ( bool ownsHandle ) : System
ownsHandle bool
Résultat System

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool