C# 클래스 fBaseXtensions.Cache.External.Debugging.DebugData

파일 보기 프로젝트 열기: herbfunk/Funky

공개 메소드들

메소드 설명
CheckEntry ( CacheACDItem entry ) : void
CheckEntry ( CacheUnit entry ) : void
CheckEntry ( CachedSNOEntry entry ) : void
ConvertDebugData ( ) : string
DebugData ( ) : System

비공개 메소드들

메소드 설명
ExtractDataFromXMLTag ( string tag ) : string
_ConvertDebugEntries ( string s ) : string
_ConvertDebugItemDataEntries ( string s ) : string
_ConvertDebugUnitEntries ( string s ) : string

메소드 상세

CheckEntry() 공개 메소드

public CheckEntry ( CacheACDItem entry ) : void
entry fBaseXtensions.Items.CacheACDItem
리턴 void

CheckEntry() 공개 메소드

public CheckEntry ( CacheUnit entry ) : void
entry fBaseXtensions.Cache.Internal.Objects.CacheUnit
리턴 void

CheckEntry() 공개 메소드

public CheckEntry ( CachedSNOEntry entry ) : void
entry fBaseXtensions.Cache.Internal.Objects.CachedSNOEntry
리턴 void

ConvertDebugData() 공개 정적인 메소드

public static ConvertDebugData ( ) : string
리턴 string

DebugData() 공개 메소드

public DebugData ( ) : System
리턴 System