Loads a compiled grammer.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void LoadCompiled(
	Type manifestType,
	string manifestName
)

Parameters

manifestType
Type: System..::.Type
A type Type which determinates module where the compiled grammer is situated.
manifestName
Type: System..::.String
A manifest name.

Exceptions

ExceptionCondition
System..::.ArgumentNullException manifestType is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also