Click or drag to resize

ResourceInfoType Enumeration

This enumeration contains all valid resource types and their numeric identifiers.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public enum Type
Members
  Member nameValueDescription
TEXT0 Type for text.
GRAPHIC1 Type for graphic.
INVALID255 Type for invalid or null. This is for reading only. Setting to invalid is a no-op
See Also