◆ WriteToFile() [1/2]
static bool vmasm.ModuleOutputFactory.WriteToFile |
( |
byte [] |
asmdata, |
|
|
string |
file, |
|
|
string |
strType |
|
) |
| |
|
static |
44 strType = strType.ToUpper ();
ModuleOutputType
Definition: IModuleOutput.cs:25
static bool WriteToFile(byte[] asmdata, string file, string strType)
Definition: IModuleOutput.cs:42
◆ WriteToFile() [2/2]
static bool vmasm.ModuleOutputFactory.WriteToFile |
( |
byte [] |
asmdata, |
|
|
string |
file, |
|
|
ModuleOutputType |
eType |
|
) |
| |
|
static |
50 IModuleOutput output = null;
53 output =
new RawOutput ();
56 output =
new DeflateOutput ();
59 output =
new GzipOutput ();
65 return output.WriteToFile (asmdata, file);
ModuleOutputType
Definition: IModuleOutput.cs:25
The documentation for this class was generated from the following file: