public class AppDomainSetup extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.AppDomainSetup
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.AppDomainSetup
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AppDomainSetup() |
AppDomainSetup(ActivationArguments activationArguments) |
AppDomainSetup(ActivationContext activationContext) |
AppDomainSetup(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AppDomainSetup |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AppDomainSetup, a cast assert is made to check if types are compatible. |
ActivationArguments |
getActivationArguments() |
AppDomainInitializer |
getAppDomainInitializer() |
java.lang.String[] |
getAppDomainInitializerArguments() |
java.lang.String |
getAppDomainManagerAssembly() |
java.lang.String |
getAppDomainManagerType() |
java.lang.String |
getApplicationBase() |
java.lang.String |
getApplicationName() |
ApplicationTrust |
getApplicationTrust() |
java.lang.String |
getCachePath() |
byte[] |
GetConfigurationBytes() |
java.lang.String |
getConfigurationFile() |
boolean |
getDisallowApplicationBaseProbing() |
boolean |
getDisallowBindingRedirects() |
boolean |
getDisallowCodeDownload() |
boolean |
getDisallowPublisherPolicy() |
java.lang.String |
getDynamicBase() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getLicenseFile() |
LoaderOptimization |
getLoaderOptimization() |
java.lang.String[] |
getPartialTrustVisibleAssemblies() |
java.lang.String |
getPrivateBinPath() |
java.lang.String |
getPrivateBinPathProbe() |
boolean |
getSandboxInterop() |
java.lang.String |
getShadowCopyDirectories() |
java.lang.String |
getShadowCopyFiles() |
java.lang.String |
getTargetFrameworkName() |
void |
setActivationArguments(ActivationArguments ActivationArguments) |
void |
setAppDomainInitializer(AppDomainInitializer AppDomainInitializer) |
void |
setAppDomainInitializerArguments(java.lang.String[] AppDomainInitializerArguments) |
void |
setAppDomainManagerAssembly(java.lang.String AppDomainManagerAssembly) |
void |
setAppDomainManagerType(java.lang.String AppDomainManagerType) |
void |
setApplicationBase(java.lang.String ApplicationBase) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setApplicationTrust(ApplicationTrust ApplicationTrust) |
void |
setCachePath(java.lang.String CachePath) |
void |
SetConfigurationBytes(byte[] value) |
void |
SetConfigurationBytes(JCORefOut dupParam0) |
void |
setConfigurationFile(java.lang.String ConfigurationFile) |
void |
setDisallowApplicationBaseProbing(boolean DisallowApplicationBaseProbing) |
void |
setDisallowBindingRedirects(boolean DisallowBindingRedirects) |
void |
setDisallowCodeDownload(boolean DisallowCodeDownload) |
void |
setDisallowPublisherPolicy(boolean DisallowPublisherPolicy) |
void |
setDynamicBase(java.lang.String DynamicBase) |
void |
setJCOInstance(JCObject instance) |
void |
setLicenseFile(java.lang.String LicenseFile) |
void |
setLoaderOptimization(LoaderOptimization LoaderOptimization) |
void |
setPartialTrustVisibleAssemblies(java.lang.String[] PartialTrustVisibleAssemblies) |
void |
setPrivateBinPath(java.lang.String PrivateBinPath) |
void |
setPrivateBinPathProbe(java.lang.String PrivateBinPathProbe) |
void |
setSandboxInterop(boolean SandboxInterop) |
void |
setShadowCopyDirectories(java.lang.String ShadowCopyDirectories) |
void |
setShadowCopyFiles(java.lang.String ShadowCopyFiles) |
void |
setTargetFrameworkName(java.lang.String TargetFrameworkName) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AppDomainSetup()
throws java.lang.Throwable
java.lang.Throwablepublic AppDomainSetup(ActivationArguments activationArguments) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, IndexOutOfRangeException, MemberAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionIndexOutOfRangeExceptionMemberAccessExceptionpublic AppDomainSetup(ActivationContext activationContext) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, MemberAccessException
public AppDomainSetup(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static AppDomainSetup cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AppDomainSetup, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAppDomainSetup instancejava.lang.Throwable - in case of error during cast operationpublic ActivationArguments getActivationArguments() throws java.lang.Throwable
java.lang.Throwablepublic AppDomainInitializer getAppDomainInitializer() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getAppDomainInitializerArguments()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAppDomainManagerAssembly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAppDomainManagerType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationBase()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic java.lang.String getApplicationName()
throws java.lang.Throwable
java.lang.Throwablepublic ApplicationTrust getApplicationTrust() throws java.lang.Throwable, ArgumentNullException, ArgumentException, XmlSyntaxException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NullReferenceException, InvalidCastException, RankException
public java.lang.String getCachePath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic byte[] GetConfigurationBytes()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConfigurationFile()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic boolean getDisallowApplicationBaseProbing()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisallowBindingRedirects()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisallowCodeDownload()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisallowPublisherPolicy()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDynamicBase()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLicenseFile()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic LoaderOptimization getLoaderOptimization() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getPartialTrustVisibleAssemblies()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPrivateBinPath()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
CultureNotFoundException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionpublic java.lang.String getPrivateBinPathProbe()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSandboxInterop()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getShadowCopyDirectories()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
CultureNotFoundException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionpublic java.lang.String getShadowCopyFiles()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkName()
throws java.lang.Throwable
java.lang.Throwablepublic void setActivationArguments(ActivationArguments ActivationArguments) throws java.lang.Throwable
java.lang.Throwablepublic void setAppDomainInitializer(AppDomainInitializer AppDomainInitializer) throws java.lang.Throwable
java.lang.Throwablepublic void setAppDomainInitializerArguments(java.lang.String[] AppDomainInitializerArguments)
throws java.lang.Throwable
java.lang.Throwablepublic void setAppDomainManagerAssembly(java.lang.String AppDomainManagerAssembly)
throws java.lang.Throwable
java.lang.Throwablepublic void setAppDomainManagerType(java.lang.String AppDomainManagerType)
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationBase(java.lang.String ApplicationBase)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
PathTooLongException,
MemberAccessException,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionPathTooLongExceptionMemberAccessExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationTrust(ApplicationTrust ApplicationTrust) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NullReferenceException, SecurityException, SerializationException, NotSupportedException
public void setCachePath(java.lang.String CachePath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
PathTooLongException,
MemberAccessException,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionPathTooLongExceptionMemberAccessExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void SetConfigurationBytes(byte[] value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetConfigurationBytes(JCORefOut dupParam0) throws java.lang.Throwable
java.lang.Throwablepublic void setConfigurationFile(java.lang.String ConfigurationFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisallowApplicationBaseProbing(boolean DisallowApplicationBaseProbing)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisallowBindingRedirects(boolean DisallowBindingRedirects)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisallowCodeDownload(boolean DisallowCodeDownload)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisallowPublisherPolicy(boolean DisallowPublisherPolicy)
throws java.lang.Throwable
java.lang.Throwablepublic void setDynamicBase(java.lang.String DynamicBase)
throws java.lang.Throwable,
MemberAccessException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
PathTooLongException,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableMemberAccessExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionPathTooLongExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLicenseFile(java.lang.String LicenseFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setLoaderOptimization(LoaderOptimization LoaderOptimization) throws java.lang.Throwable
java.lang.Throwablepublic void setPartialTrustVisibleAssemblies(java.lang.String[] PartialTrustVisibleAssemblies)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionpublic void setPrivateBinPath(java.lang.String PrivateBinPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setPrivateBinPathProbe(java.lang.String PrivateBinPathProbe)
throws java.lang.Throwable
java.lang.Throwablepublic void setSandboxInterop(boolean SandboxInterop)
throws java.lang.Throwable
java.lang.Throwablepublic void setShadowCopyDirectories(java.lang.String ShadowCopyDirectories)
throws java.lang.Throwable
java.lang.Throwablepublic void setShadowCopyFiles(java.lang.String ShadowCopyFiles)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public void setTargetFrameworkName(java.lang.String TargetFrameworkName)
throws java.lang.Throwable
java.lang.Throwable