QsResources Class

QsInformatica.Utils

QsResources Class

Class QsResources. Manages the resources for the viewer menu.
Inheritance Hierarchy
SystemObject  QsInformatica.UtilsQsResources

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public class QsResources
Public Class QsResources
public ref class QsResources
type QsResources =  class end

The QsResources type exposes the following members.

Constructors
  NameDescription
Public methodQsResources
Initializes a new instance of the QsResources class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIcon
Get a resource icon given the name (normally with the extension)
Public methodGetImage
Get a resource image given the name (normally with the extension)
Public methodGetResource
Get a resource given the name (normally with the extension)
Public methodGetResourcesNames
Returns all the resource names
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasResource
Check for resource existence
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadResourceFile
Reads a resource file. The resource file is just a zip file. Normmaly we use .mnx and .rsx extensions.
Public methodStatic memberSample
for testing only
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also