Resource

Resource()

Creates new instance of Resource class.

public Resource()

See Also


Resource(string, bool)

Creates new instance of Resource class.

public Resource(string fileName, bool nested)
Parameter Type Description
fileName String Resource file name.
nested Boolean Indicates whether resource resides inside another resource, e.g. font resource that resides in CSS or SVG resource.

Exceptions

exception condition
ArgumentException Thrown when fileName is null or empty.

See Also