QsResources.ReadResourceFile Method

QsInformatica.Utils

QsResourcesReadResourceFile Method

Reads a resource file. The resource file is just a zip file. Normmaly we use .mnx and .rsx extensions.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public int ReadResourceFile(
	string resfile,
	bool addPrefix
)
Public Function ReadResourceFile ( 
	resfile As String,
	addPrefix As Boolean
) As Integer
public:
int ReadResourceFile(
	String^ resfile, 
	bool addPrefix
)
member ReadResourceFile : 
        resfile : string * 
        addPrefix : bool -> int 

Parameters

resfile
Type: SystemString
The resfile.
addPrefix
Type: SystemBoolean
if set to true [add prefix].

Return Value

Type: Int32

[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.ReadResourceFile(System.String,System.Boolean)"]

See Also