C# Class Android_UEFIInstaller.Log

Show file Open project: ExtremeGTX/Androidx86-Installer-for-Windows

Public Methods

Method Description
SetLogBuffer ( System buffer ) : void
SetStatuslabel ( System buffer ) : void
save ( ) : void
updateStatus ( String text ) : void
write ( String text ) : void

Method Details

SetLogBuffer() public static method

public static SetLogBuffer ( System buffer ) : void
buffer System
return void

SetStatuslabel() public static method

public static SetStatuslabel ( System buffer ) : void
buffer System
return void

save() public static method

public static save ( ) : void
return void

updateStatus() public static method

public static updateStatus ( String text ) : void
text String
return void

write() public static method

public static write ( String text ) : void
text String
return void