C# Class GAudio.RetainableObject

Inheritance: IRetainable
Mostra file Open project: gregzo/G-Audio

Protected Properties

Property Type Description
_retainCount int

Public Methods

Method Description
Release ( ) : void
Retain ( ) : void

Protected Methods

Method Description
Discard ( ) : void

Method Details

Discard() protected abstract method

protected abstract Discard ( ) : void
return void

Release() public method

public Release ( ) : void
return void

Retain() public method

public Retain ( ) : void
return void

Property Details

_retainCount protected_oe property

protected int _retainCount
return int