평가 및 의견을 보내려면 클릭하십시오.
MSDN
MSDN Library
.NET 개발
이전 버전
.NET Framework SDK 2.0
Class Library Reference
System.Diagnostics
ProcessStartInfo 클래스
ProcessStartInfo 속성
 LoadUserProfile 속성

  저대역폭 보기 설정
이 페이지에서 다루는 특정 제품:.
Microsoft Visual Studio 2005/.NET Framework 2.0

다음 제품들은 다른 버전에서 다루어 집니다.
.NET Framework 클래스 라이브러리
ProcessStartInfo.LoadUserProfile 속성

참고: 이 속성은 .NET Framework 버전 2.0에서 새로 추가되었습니다.

Windows 사용자 프로필을 레지스트리에서 로드할지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스: System.Diagnostics
어셈블리: System(system.dll)

Visual Basic(선언)
Public Property LoadUserProfile As Boolean
Visual Basic(사용법)
Dim instance As ProcessStartInfo
Dim value As Boolean

value = instance.LoadUserProfile

instance.LoadUserProfile = value
C#
public bool LoadUserProfile { get; set; }
C++
public:
property bool LoadUserProfile {
    bool get ();
    void set (bool value);
}
J#
/** @property */
public boolean get_LoadUserProfile ()

/** @property */
public void set_LoadUserProfile (boolean value)
JScript
public function get LoadUserProfile () : boolean

public function set LoadUserProfile (value : boolean)

속성 값

Windows 사용자 프로필을 로드하려면 true이고, 그렇지 않으면 false입니다.

이 속성은 사용자 이름, 암호 및 도메인을 사용하여 프로세스가 시작되는 경우에 참조됩니다.

값이 true이면 HKEY_USERS 레지스트리 키의 사용자 프로필이 로드됩니다. 프로필을 로드하려면 시간이 오래 걸리기 때문에 HKEY_CURRENT_USER 레지스트리 키의 정보에 액세스해야 할 경우에만 이 값을 사용하는 것이 좋습니다.

Windows Server 2003 및 Windows 2000:  자식 프로세스의 생성 여부와 상관없이 새 프로세스가 종료된 후 프로필이 언로드됩니다.

Windows XP:  새 프로세스와 만들어진 모든 자식 프로세스가 종료된 후 프로필이 언로드됩니다.

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

.NET Framework

2.0에서 지원
커뮤니티 콘텐츠   커뮤니티 콘텐츠란?
새 콘텐츠 추가 RSS  주석
Processing
© 2009 Microsoft Corporation. All rights reserved. 사용약관  |  상표  |  개인정보보호
Page view tracker