C# Class Torshify.Core.Native.NativeArtist

Inheritance: System.NativeObject, IArtist
显示文件 Open project: torshy/torshify Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
NativeArtist ( ISession session, IntPtr handle ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

NativeArtist() public method

public NativeArtist ( ISession session, IntPtr handle ) : System
session ISession
handle System.IntPtr
return System