C# Class Scalien.SafeDLLHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
ファイルを表示 Open project: scalien/scaliendb

Public Properties

Property Type Description
filePath string

Public Methods

Method Description
SafeDLLHandle ( IntPtr dllHandle, string fileName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SafeDLLHandle() public method

public SafeDLLHandle ( IntPtr dllHandle, string fileName ) : System
dllHandle System.IntPtr
fileName string
return System

Property Details

filePath public_oe property

public string filePath
return string