메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Closes streams and cleans up the Win32Assembly.
|
|
LoadFile ( string file ) : |
Loads an assembly from a specific file.
|
|
LoadFile ( string file, |
Loads an assembly from a specific file using the specific reading parameters.
|
|
QuickSave ( Stream outputStream ) : void |
Saves the assembly's image to the specified output stream. Added or removed Members might not be saved.
|
|
QuickSave ( string path ) : void |
Saves the assembly's image to the harddisk to a specific path. Added or removed Members might not be saved.
|
|
Rebuild ( Stream outputStream, |
Rebuilds the assembly and writes it to the specified stream.
|
|
Rebuild ( string path, |
Rebuilds the assembly and saves it to the specified file path.
|
메소드 | 설명 | |
---|---|---|
OnReadingFinished ( |
||
OnReadingProcessChanged ( |
||
RaiseReadingFinished ( object e ) : void | ||
RaiseReadingProcessChanged ( object e ) : void | ||
Win32Assembly ( ) : System |
public static LoadFile ( string file ) : |
||
file | string | The file to read. |
리턴 |
public static LoadFile ( string file, |
||
file | string | The file to read. |
arguments | The reading parameters to use. | |
리턴 |
public QuickSave ( string path ) : void | ||
path | string | The path to save the assembly. |
리턴 | void |
public Rebuild ( Stream outputStream, |
||
outputStream | Stream | |
writingParameters | ||
리턴 | void |
public Rebuild ( string path, |
||
path | string | |
writingParameters | ||
리턴 | void |