C# Class System.Runtime.InteropServices.CriticalHandle

Inheritance: IDisposable
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
handle IntPtr

Private Methods

Method Description
Cleanup ( ) : void
Close ( ) : void
CriticalHandle ( IntPtr invalidHandleValue ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
FireCustomerDebugProbe ( ) : void
ReleaseHandle ( ) : bool
SetHandle ( IntPtr handle ) : void
SetHandleAsInvalid ( ) : void

Property Details

handle protected_oe property

protected IntPtr handle
return IntPtr