| 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: 24.6.0.0 (24.6.0.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