Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EventAI_Creator
MyUserInfo
C# 클래스 EventAI_Creator.MyUserInfo
상속:
UserInfo
파일 보기
프로젝트 열기: xfurry/eventAI_tool
1 사용 예제들
공개 메소드들
메소드
설명
getPassphrase
( ) :
String
getPassword
( ) :
String
promptPassphrase
(
String
message
) :
bool
promptPassword
(
String
message
) :
bool
promptYesNo
(
String
str
) :
bool
showMessage
(
String
message
) :
void
메소드 상세
getPassphrase()
공개
메소드
public
getPassphrase
( ) :
String
리턴
String
getPassword()
공개
메소드
public
getPassword
( ) :
String
리턴
String
promptPassphrase()
공개
메소드
public
promptPassphrase
(
String
message
) :
bool
message
String
리턴
bool
promptPassword()
공개
메소드
public
promptPassword
(
String
message
) :
bool
message
String
리턴
bool
promptYesNo()
공개
메소드
public
promptYesNo
(
String
str
) :
bool
str
String
리턴
bool
showMessage()
공개
메소드
public
showMessage
(
String
message
) :
void
message
String
리턴
void