C# 클래스 GAudio.RetainableObject

상속: IRetainable
파일 보기 프로젝트 열기: gregzo/G-Audio

보호된 프로퍼티들

프로퍼티 타입 설명
_retainCount int

공개 메소드들

메소드 설명
Release ( ) : void
Retain ( ) : void

보호된 메소드들

메소드 설명
Discard ( ) : void

메소드 상세

Discard() 보호된 추상적인 메소드

protected abstract Discard ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

Retain() 공개 메소드

public Retain ( ) : void
리턴 void

프로퍼티 상세

_retainCount 보호되어 있는 프로퍼티

protected int _retainCount
리턴 int