C# 클래스 Patchwork.History.PatchedByAssemblyAttribute

상속: PatchingHistoryAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
PatchedByAssemblyAttribute ( int index, string patchAssemblyMetadata, string originalAssemblyMetadata, string patchworkAssemblyMetadata ) : System
ToPatchApplicationMetadata ( ) : PatchApplicationMetadata

Converts the info in this attribute into a PatchApplicationMetadata instance.

메소드 상세

PatchedByAssemblyAttribute() 공개 메소드

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.
리턴 System

ToPatchApplicationMetadata() 공개 메소드

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