public class AppDomainManager extends MarshalByRefObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.AppDomainManager
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.AppDomainManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AppDomainManager() |
AppDomainManager(java.lang.Object instance)
Internal constructor.
|
CreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AppDomainManager()
throws java.lang.Throwable
java.lang.Throwablepublic AppDomainManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static AppDomainManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AppDomainManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAppDomainManager instancejava.lang.Throwable - in case of error during cast operationpublic boolean CheckSecuritySettings(SecurityState state) throws java.lang.Throwable
java.lang.Throwablepublic AppDomain CreateDomain(java.lang.String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, XmlSyntaxException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, NotImplementedException
public ApplicationActivator getApplicationActivator() throws java.lang.Throwable
java.lang.Throwablepublic Assembly getEntryAssembly() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, FormatException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException
public HostExecutionContextManager getHostExecutionContextManager() throws java.lang.Throwable
java.lang.Throwablepublic HostSecurityManager getHostSecurityManager() throws java.lang.Throwable
java.lang.Throwablepublic AppDomainManagerInitializationOptions getInitializationFlags() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic void InitializeNewDomain(AppDomainSetup appDomainInfo) throws java.lang.Throwable
java.lang.Throwablepublic void setInitializationFlags(AppDomainManagerInitializationOptions InitializationFlags) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObject