Click or drag to resize

ResourceInfo Constructor

Initializes a new instance of the ResourceInfo class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ResourceInfo(
	byte resourceNumber,
	ResourceInfoType resourceType,
	int resourceSize
)

Parameters

resourceNumber
Type: SystemByte
Resource number from the device
resourceType
Type: ProScriptResourceInfoType
Resource type from the device
resourceSize
Type: SystemInt32
Resource size from the device
See Also