C# 클래스 winsw.Plugins.SharedDirectoryMapper.SharedDirectoryMappingHelper

파일 보기 프로젝트 열기: kohsuke/winsw

공개 메소드들

메소드 설명
MapDirectory ( String label, String uncPath ) : void

Maps the remote directory

UnmapDirectory ( String label ) : void

Unmaps the label

비공개 메소드들

메소드 설명
InvokeCommand ( String command, String args ) : void

Invokes a system command

메소드 상세

MapDirectory() 공개 메소드

Maps the remote directory
Operation failure
public MapDirectory ( String label, String uncPath ) : void
label String Disk label
uncPath String UNC path to the directory
리턴 void

UnmapDirectory() 공개 메소드

Unmaps the label
Operation failure
public UnmapDirectory ( String label ) : void
label String Disk label
리턴 void