public PatchedByAssemblyAttribute ( int index, string patchAssemblyMetadata, string originalAssemblyMetadata, string patchworkAssemblyMetadata ) : System |
index |
int |
The order of the patch in a given patching session. |
patchAssemblyMetadata |
string |
A string that contains identifiying metadata of the patch. |
originalAssemblyMetadata |
string |
A string that contains the identifying metadata of the original file. |
patchworkAssemblyMetadata |
string |
A string that contains the identifying metadata of the Patchwork engine used to perform the patching. |
return |
System |
|