SystemInformation SoundCardAvailable Property Delta Engine Documentation

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract bool SoundCardAvailable { get; }

Property Value

Type: Boolean
Remarks

Tests: DeltaEngine.Platforms.Tests.SystemInformationTests
Examples

1 unit tests call DeltaEngine.Platforms.SystemInformation.SoundCardAvailable
[Test]
public void IsSoundCardAvailableDoesNotThrowException()
{
    Assert.AreEqual(info.SoundCardAvailable, info.SoundCardAvailable);
}
See Also