C# 클래스 Njb.Song

상속: IDisposable
파일 보기 프로젝트 열기: mono/njb-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddFrame void
AddFrame void
AddFrame void
AddFrame void
FindFrame SongFrame
GetFrameInt uint
GetFrameShort ushort
GetFrameString string
NJB_Songid_Addframe void
NJB_Songid_Destroy System.IntPtr
NJB_Songid_Getframe System.IntPtr
NJB_Songid_New System.IntPtr
NJB_Songid_Reset_Getframe void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFrames ( ) : ICollection
Song ( Device device ) : System
Song ( IntPtr songidPtr, Device device ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AddFrame ( SongFrame frame ) : void
AddFrame ( string label, string value ) : void
AddFrame ( string label, uint value ) : void
AddFrame ( string label, ushort value ) : void
FindFrame ( string label ) : SongFrame
GetFrameInt ( string label ) : uint
GetFrameShort ( string label ) : ushort
GetFrameString ( string label ) : string
NJB_Songid_Addframe ( HandleRef handle, IntPtr frame ) : void
NJB_Songid_Destroy ( HandleRef handle ) : IntPtr
NJB_Songid_Getframe ( HandleRef handle ) : IntPtr
NJB_Songid_New ( ) : IntPtr
NJB_Songid_Reset_Getframe ( HandleRef handle ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFrames() 공개 메소드

public GetFrames ( ) : ICollection
리턴 ICollection

Song() 공개 메소드

public Song ( Device device ) : System
device Device
리턴 System

Song() 공개 메소드

public Song ( IntPtr songidPtr, Device device ) : System
songidPtr System.IntPtr
device Device
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string