ResourceText Class |
Namespace: ProScript
The ResourceText type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResourceText |
Initializes a new instance of the ResourceText class.
This constructor creates an empty screen.
|
![]() | ResourceText(Int32, String) |
Initializes a new instance of the ResourceText class.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResourceNumber |
Gets the id number of this resource.
(Inherited from Resource.) |
![]() | GetText |
Gets the text as a String.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetResourceNumber |
Sets the id number of this resource.
(Inherited from Resource.) |
![]() | SetText |
Sets the text using a String.
|
![]() | ToString |
Prints this object as a human readable string.
(Overrides ResourceToString.) |