[This is preliminary documentation and is subject to change.]

Create a new SkinDescription class. It is immediately filled with properties loaded from the specified file.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public SkinDescription(
	string filePath
)

Parameters

filePath
Type: System..::.String
The path to the skin description file.

See Also