C# 클래스 xZune.Bass.Tag.SimpleTag

Accessor for Interop.Core.SimpleTag.
상속: IDisposable
파일 보기 프로젝트 열기: higankanshi/xZune.Bass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Struct Interop.Core.SimpleTag

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose accessor to release all resource.

Equals ( SimpleTag obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SimpleTag ( ) : System

Create accessor for new Interop.Core.SimpleTag.

SimpleTag ( Interop tag ) : System

Create accessor for a Interop.Core.SimpleTag.

ToString ( ) : string

Convert to string.

operator ( ) : bool

메소드 상세

Dispose() 공개 메소드

Dispose accessor to release all resource.
public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( SimpleTag obj ) : bool
obj SimpleTag
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SimpleTag() 공개 메소드

Create accessor for new Interop.Core.SimpleTag.
public SimpleTag ( ) : System
리턴 System

SimpleTag() 공개 메소드

Create accessor for a Interop.Core.SimpleTag.
public SimpleTag ( Interop tag ) : System
tag Interop Target structure.
리턴 System

ToString() 공개 메소드

Convert to string.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Struct 공개적으로 프로퍼티

Internal Interop.Core.SimpleTag structure.
public Interop.Core.SimpleTag Struct
리턴 Interop.Core.SimpleTag