C# Class Patchwork.History.PatchedByAssemblyAttribute

Inheritance: PatchingHistoryAttribute
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToPatchApplicationMetadata() public méthode

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