Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SharpBoot
Grub4DOS
C# 클래스 SharpBoot.Grub4DOS
상속:
IBootloader
파일 보기
프로젝트 열기: zdimension/SharpBoot
공개 메소드들
메소드
설명
GetCode
(
BootMenu
menu
) :
string
GetCode
(
BootMenuItem
item
) :
string
Install
(
string
l
) :
void
SetImage
(
Image
image
,
Size
sz
) :
void
메소드 상세
GetCode()
공개
메소드
public
GetCode
(
BootMenu
menu
) :
string
menu
BootMenu
리턴
string
GetCode()
공개
메소드
public
GetCode
(
BootMenuItem
item
) :
string
item
BootMenuItem
리턴
string
Install()
공개
메소드
public
Install
(
string
l
) :
void
l
string
리턴
void
SetImage()
공개
메소드
public
SetImage
(
Image
image
,
Size
sz
) :
void
image
Image
sz
System.Drawing.Size
리턴
void