C# Class Scalien.SafeDLLHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: scalien/scaliendb

Méthodes publiques

Свойство Type Description
filePath string

Méthodes publiques

Méthode Description
SafeDLLHandle ( IntPtr dllHandle, string fileName ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ReleaseHandle ( ) : bool

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SafeDLLHandle() public méthode

public SafeDLLHandle ( IntPtr dllHandle, string fileName ) : System
dllHandle System.IntPtr
fileName string
Résultat System

Property Details

filePath public_oe property

public string filePath
Résultat string