Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System Namespace
AppDomain Class
AppDomain Methods
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
AppDomain..::.CreateDomain Method

Creates a new application domain.

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateDomain(String)Creates a new application domain with the specified name.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateDomain(String, Evidence)Creates a new application domain with the given name using the supplied evidence.
Public methodStatic memberCreateDomain(String, Evidence, AppDomainSetup)Creates a new application domain using the specified name, evidence, and application domain setup information.
Public methodStatic memberCreateDomain(String, Evidence, AppDomainSetup, PermissionSet, array<StrongName>[]()[])Creates a new application domain using the specified name, evidence, application domain setup information, default permission set, and array of fully trusted assemblies.
Public methodStatic memberCreateDomain(String, Evidence, String, String, Boolean)Creates a new application domain with the given name, using evidence, application base path, relative search path, and a parameter that specifies whether a shadow copy of an assembly is to be loaded into the application domain.
Public methodStatic memberCreateDomain(String, Evidence, String, String, Boolean, AppDomainInitializer, array<String>[]()[])Creates a new application domain with the given name, using evidence, application base path, relative search path, and a parameter that specifies whether a shadow copy of an assembly is to be loaded into the application domain. Specifies a callback method that is invoked when the application domain is initialized, and an array of string arguments to pass the callback method.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker