C# 클래스 BelhardTraining.LessonMultithreading.KnownFolder

Well-known folder paths
파일 보기 프로젝트 열기: bazile/Training

공개 메소드들

메소드 설명
SHGetKnownFolderPath ( System.Guid rfid ) : string

Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.

비공개 메소드들

메소드 설명
SHGetKnownFolderPath ( [ rfid, uint dwFlags, IntPtr hToken, IntPtr &pszPath ) : int

메소드 상세

SHGetKnownFolderPath() 공개 정적인 메소드

Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.
public static SHGetKnownFolderPath ( System.Guid rfid ) : string
rfid System.Guid /// A reference to the KNOWNFOLDERID that identifies the folder. ///
리턴 string