C# Class xZune.Bass.AutoFreeGCHandle

Inheritance: IDisposable
显示文件 Open project: higankanshi/xZune.Bass Class Usage Examples

Public Methods

Method Description
AutoFreeGCHandle ( object targetObject, GCHandleType type = GCHandleType.Pinned ) : System
Dispose ( ) : void

Method Details

AutoFreeGCHandle() public method

public AutoFreeGCHandle ( object targetObject, GCHandleType type = GCHandleType.Pinned ) : System
targetObject object
type GCHandleType
return System

Dispose() public method

public Dispose ( ) : void
return void