C# 클래스 Wia.Utility.ConsoleEx

파일 보기 프로젝트 열기: nansen/wia

공개 메소드들

메소드 설명
ReadPassword ( ) : string

Like System.Console.ReadLine(), only with a mask.

ReadPassword ( char mask ) : string

Like System.Console.ReadLine(), only with a mask.

메소드 상세

ReadPassword() 공개 정적인 메소드

Like System.Console.ReadLine(), only with a mask.
public static ReadPassword ( ) : string
리턴 string

ReadPassword() 공개 정적인 메소드

Like System.Console.ReadLine(), only with a mask.
public static ReadPassword ( char mask ) : string
mask char a char representing your choice of console mask
리턴 string