C# 클래스 PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.MessagesParser

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

공개 메소드들

메소드 설명
Convert ( string ProjectPath ) : void
EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
MessagesParser ( uVisionProject UVProject, string path ) : System

보호된 메소드들

메소드 설명
OnLog ( GeneratingLogMessage mess ) : void

비공개 메소드들

메소드 설명
AddCompileFile ( RequiredObject obj, Target target ) : void
AddHFiles ( string group, List list, uVisionProject project ) : void
AddObjFile ( RequiredObject reqobj ) : void
AnalizeInputLibraries ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
AnalizeInputObjects ( RequiredObject>.SortedList Objects ) : void
CheckCryptoLib ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
CheckFile ( string filePath, List list ) : bool
CheckSocketsLibs ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
CreateLibraryTartet ( RequiredLibrary lib ) : void
CreateLinkTarget ( Link link ) : void
CreateObjectTartet ( RequiredObject obj ) : void
ExpandPath ( string path ) : string
GetMFObjectFromProjectFile ( string path ) : object
Link_LogEvent ( GeneratingLogMessage mess ) : void

메소드 상세

Convert() 공개 메소드

public Convert ( string ProjectPath ) : void
ProjectPath string
리턴 void

EnqueueItem() 공개 메소드

public EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
Message string
CurrentDirectory string
ProjectBuildContext List
리턴 void

MessagesParser() 공개 메소드

public MessagesParser ( uVisionProject UVProject, string path ) : System
UVProject PKStudio.Tools.uVisionGenerator.Classes.uvProjectClasses.uVisionProject
path string
리턴 System

OnLog() 보호된 메소드

protected OnLog ( GeneratingLogMessage mess ) : void
mess GeneratingLogMessage
리턴 void