c# - Transport a byte array in CodeDOM -
how can 'transport' byte array codedom source file?
i know how replace strings i'm not sure how transport byte array.
the way of doing create string , add bytes string transport string?
ps: byte array contains bytes of file.
example:
- in main application i'm getting bytes of exe.
- in codedom source file need bytes of exe can create file bytes.
Comments
Post a Comment