C# Class Patchwork.History.PatchedByAssemblyAttribute

Inheritance: PatchingHistoryAttribute
Mostrar archivo Open project: GregRos/Patchwork

Public Methods

Method Description
PatchedByAssemblyAttribute ( int index, string patchAssemblyMetadata, string originalAssemblyMetadata, string patchworkAssemblyMetadata ) : System
ToPatchApplicationMetadata ( ) : PatchApplicationMetadata

Converts the info in this attribute into a PatchApplicationMetadata instance.

Method Details

PatchedByAssemblyAttribute() public method

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

ToPatchApplicationMetadata() public method

Converts the info in this attribute into a PatchApplicationMetadata instance.
public ToPatchApplicationMetadata ( ) : PatchApplicationMetadata
return PatchApplicationMetadata