C# 클래스 Android_UEFIInstaller.Log

파일 보기 프로젝트 열기: ExtremeGTX/Androidx86-Installer-for-Windows

공개 메소드들

메소드 설명
SetLogBuffer ( System buffer ) : void
SetStatuslabel ( System buffer ) : void
save ( ) : void
updateStatus ( String text ) : void
write ( String text ) : void

메소드 상세

SetLogBuffer() 공개 정적인 메소드

public static SetLogBuffer ( System buffer ) : void
buffer System
리턴 void

SetStatuslabel() 공개 정적인 메소드

public static SetStatuslabel ( System buffer ) : void
buffer System
리턴 void

save() 공개 정적인 메소드

public static save ( ) : void
리턴 void

updateStatus() 공개 정적인 메소드

public static updateStatus ( String text ) : void
text String
리턴 void

write() 공개 정적인 메소드

public static write ( String text ) : void
text String
리턴 void