Click or drag to resize

ResourceInfo Class

This class represents the information about a resource.
Inheritance Hierarchy
SystemObject
  ProScriptResourceInfo

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class ResourceInfo

The ResourceInfo type exposes the following members.

Constructors
  NameDescription
Public methodResourceInfo
Initializes a new instance of the ResourceInfo class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetResourceNumber
Gets the Resource number.
Public methodgetResourceSize
Gets the size of Resource.
Public methodgetResourceType
Gets the type of Resource.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also