C# 클래스 DamageMeter.CopyPaste

파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( StatsSummary statsSummary, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, string header, string content, string footer, string orderby, string order, string lowDpsContent, int lowDpsThreshold ) : string>.Tuple
CopyInspect ( string name ) : void
Paste ( string text ) : void

비공개 메소드들

메소드 설명
PadRight ( string str, double length ) : string

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( StatsSummary statsSummary, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, string header, string content, string footer, string orderby, string order, string lowDpsContent, int lowDpsThreshold ) : string>.Tuple
statsSummary DamageMeter.Database.Structures.StatsSummary
skills DamageMeter.Database.Structures.Skills
abnormals AbnormalityStorage
timedEncounter bool
header string
content string
footer string
orderby string
order string
lowDpsContent string
lowDpsThreshold int
리턴 string>.Tuple

CopyInspect() 공개 정적인 메소드

public static CopyInspect ( string name ) : void
name string
리턴 void

Paste() 공개 정적인 메소드

public static Paste ( string text ) : void
text string
리턴 void