Package system
Class AppDomain
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.AppDomain
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AppDomain extends MarshalByRefObject
The base .NET class managing System.AppDomain, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.AppDomain
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: mscorlibstatic String
className
Qualified class name: System.AppDomainstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: mscorlib- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.AppDomain- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByRefObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AppDomain cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoAppDomain
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AppDomain
instance- Throws:
Throwable
- in case of error during cast operation
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile, Evidence assemblySecurity) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String dupParam0, Evidence dupParam1, JCORefOut dupParam2) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String dupParam0, Evidence dupParam1, JCORefOut dupParam2, JCORefOut dupParam3, AssemblyHashAlgorithm dupParam4) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile, String[] args) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String dupParam0, JCORefOut dupParam1) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String assemblyFile, String[] args, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssembly
public int ExecuteAssembly(String dupParam0, JCORefOut dupParam1, JCORefOut dupParam2, AssemblyHashAlgorithm dupParam3) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(AssemblyName assemblyName, Evidence assemblySecurity, String... args) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(AssemblyName dupParam0, Evidence dupParam1, JCORefOut dupParam2) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(AssemblyName assemblyName, String... args) throws Throwable, ArgumentNullException, FormatException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
FormatException
NotSupportedException
InvalidOperationException
ArgumentException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(AssemblyName dupParam0, JCORefOut dupParam1) throws Throwable, ArgumentNullException, FormatException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
FormatException
NotSupportedException
InvalidOperationException
ArgumentException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String assemblyName) throws Throwable, ArgumentNullException, ArgumentException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String assemblyName, Evidence assemblySecurity) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String assemblyName, Evidence assemblySecurity, String... args) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, FormatException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
FormatException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String dupParam0, Evidence dupParam1, JCORefOut dupParam2) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, FormatException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
FormatException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String assemblyName, String... args) throws Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ExecuteAssemblyByName
public int ExecuteAssemblyByName(String dupParam0, JCORefOut dupParam1) throws Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info, PermissionSet grantSet, StrongName... fullTrustAssemblies) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, FormatException, SecurityException, MissingMethodException, TargetInvocationException, SerializationException, NotImplementedException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
FormatException
SecurityException
MissingMethodException
TargetInvocationException
SerializationException
NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, String appBasePath, String appRelativeSearchPath, boolean shadowCopyFiles) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotImplementedException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, String appBasePath, String appRelativeSearchPath, boolean shadowCopyFiles, AppDomainInitializer adInit, String[] adInitArgs) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotImplementedException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
NotImplementedException
-
CreateDomain
public static AppDomain CreateDomain(String dupParam0, Evidence dupParam1, String dupParam2, String dupParam3, boolean dupParam4, AppDomainInitializer dupParam5, JCORefOut dupParam6) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotImplementedException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
NotImplementedException
-
CreateInstanceAndUnwrap
public NetObject CreateInstanceAndUnwrap(String assemblyName, String typeName) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
-
CreateInstanceAndUnwrap
public NetObject CreateInstanceAndUnwrap(String assemblyName, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
-
CreateInstanceAndUnwrap
public NetObject CreateInstanceAndUnwrap(String assemblyName, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
-
CreateInstanceAndUnwrap
public NetObject CreateInstanceAndUnwrap(String assemblyName, String typeName, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
-
CreateInstanceFromAndUnwrap
public NetObject CreateInstanceFromAndUnwrap(String assemblyName, String typeName) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, NotImplementedException, ArgumentException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
CreateInstanceFromAndUnwrap
public NetObject CreateInstanceFromAndUnwrap(String assemblyFile, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
-
CreateInstanceFromAndUnwrap
public NetObject CreateInstanceFromAndUnwrap(String assemblyName, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws Throwable, NullReferenceException, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
-
CreateInstanceFromAndUnwrap
public NetObject CreateInstanceFromAndUnwrap(String assemblyName, String typeName, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingMethodException, TargetInvocationException, FormatException
-
GetData
public NetObject GetData(String name) throws Throwable, ArgumentNullException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
-
InitializeLifetimeService
public NetObject InitializeLifetimeService() throws Throwable
- Overrides:
InitializeLifetimeService
in classMarshalByRefObject
- Throws:
Throwable
-
Load
public Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore) throws Throwable
- Throws:
Throwable
-
Load
public Assembly Load(JCORefOut dupParam0, JCORefOut dupParam1) throws Throwable
- Throws:
Throwable
-
Load
public Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence) throws Throwable, InvalidOperationException, NotSupportedException
-
Load
public Assembly Load(JCORefOut dupParam0, JCORefOut dupParam1, Evidence dupParam2) throws Throwable, InvalidOperationException, NotSupportedException
-
Load
public Assembly Load(AssemblyName assemblyRef) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
OverflowException
-
Load
public Assembly Load(AssemblyName assemblyRef, Evidence assemblySecurity) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
OverflowException
-
Load
public Assembly Load(String assemblyString) throws Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
Load
public Assembly Load(String assemblyString, Evidence assemblySecurity) throws Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, PathTooLongException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
PathTooLongException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
-
ReflectionOnlyGetAssemblies
public Assembly[] ReflectionOnlyGetAssemblies() throws Throwable
- Throws:
Throwable
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
DefineDynamicAssembly
public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, boolean isSynchronized) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, CultureNotFoundException
-
CreateComInstanceFrom
public ObjectHandle CreateComInstanceFrom(String assemblyName, String typeName) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException, TypeLoadException
-
CreateComInstanceFrom
public ObjectHandle CreateComInstanceFrom(String assemblyFile, String typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, FormatException, TypeLoadException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
FormatException
TypeLoadException
-
CreateComInstanceFrom
public ObjectHandle CreateComInstanceFrom(String dupParam0, String dupParam1, JCORefOut dupParam2, AssemblyHashAlgorithm dupParam3) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, FormatException, TypeLoadException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
FormatException
TypeLoadException
-
CreateInstance
public ObjectHandle CreateInstance(String assemblyName, String typeName) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
TargetInvocationException
-
CreateInstance
public ObjectHandle CreateInstance(String assemblyName, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
TargetInvocationException
-
CreateInstance
public ObjectHandle CreateInstance(String assemblyName, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
TargetInvocationException
-
CreateInstance
public ObjectHandle CreateInstance(String assemblyName, String typeName, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FormatException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FormatException
IndexOutOfRangeException
TypeLoadException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
MissingMethodException
TargetInvocationException
-
CreateInstanceFrom
public ObjectHandle CreateInstanceFrom(String assemblyFile, String typeName) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingMethodException, TargetInvocationException, FormatException
-
CreateInstanceFrom
public ObjectHandle CreateInstanceFrom(String assemblyFile, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
CreateInstanceFrom
public ObjectHandle CreateInstanceFrom(String assemblyFile, String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws Throwable, NullReferenceException, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
CreateInstanceFrom
public ObjectHandle CreateInstanceFrom(String assemblyFile, String typeName, NetObject[] activationAttributes) throws Throwable, NullReferenceException, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
-
ApplyPolicy
public String ApplyPolicy(String assemblyName) throws Throwable, ArgumentNullException, ArgumentException
-
AppendPrivatePath
public void AppendPrivatePath(String path) throws Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, FormatException
-
DoCallBack
public void DoCallBack(CrossAppDomainDelegate callBackDelegate) throws Throwable, ArgumentNullException
- Throws:
Throwable
ArgumentNullException
-
SetAppDomainPolicy
public void SetAppDomainPolicy(PolicyLevel domainPolicy) throws Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, PolicyException, IndexOutOfRangeException, NotImplementedException, ArgumentOutOfRangeException
-
SetCachePath
public void SetCachePath(String path) throws Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
SetData
public void SetData(String name, NetObject data) throws Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, MemberAccessException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
MemberAccessException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
SetData
public void SetData(String name, NetObject data, IPermission permission) throws Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, MemberAccessException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
MemberAccessException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
SetDynamicBase
public void SetDynamicBase(String path) throws Throwable, MemberAccessException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
MemberAccessException
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
SetPrincipalPolicy
public void SetPrincipalPolicy(PrincipalPolicy policy) throws Throwable
- Throws:
Throwable
-
SetShadowCopyFiles
public void SetShadowCopyFiles() throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException
-
SetThreadPrincipal
public void SetThreadPrincipal(IPrincipal principal) throws Throwable, ArgumentNullException, ArgumentException, PolicyException
-
Unload
public static void Unload(AppDomain domain) throws Throwable, ArgumentNullException, NullReferenceException, CannotUnloadAppDomainException
-
GetLifetimeService
@Deprecated public NetObject GetLifetimeService() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static To_AppDomain method available in _AppDomain to obtain an object with an invocable method- Overrides:
GetLifetimeService
in classMarshalByRefObject
- Throws:
Throwable
-
GetTypeInfoCount
@Deprecated public void GetTypeInfoCount(JCORefOut<UInt32> pcTInfo) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static To_AppDomain method available in _AppDomain to obtain an object with an invocable method- Throws:
Throwable
-
getIsFullyTrusted
public boolean getIsFullyTrusted() throws Throwable, InvalidOperationException
- Throws:
Throwable
InvalidOperationException
-
getMonitoringIsEnabled
public static boolean getMonitoringIsEnabled() throws Throwable
- Throws:
Throwable
-
setMonitoringIsEnabled
public static void setMonitoringIsEnabled(boolean MonitoringIsEnabled) throws Throwable, ArgumentException
- Throws:
Throwable
ArgumentException
-
getShadowCopyFiles
public boolean getShadowCopyFiles() throws Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
getMonitoringSurvivedMemorySize
public long getMonitoringSurvivedMemorySize() throws Throwable, InvalidOperationException
- Throws:
Throwable
InvalidOperationException
-
getMonitoringSurvivedProcessMemorySize
public static long getMonitoringSurvivedProcessMemorySize() throws Throwable, InvalidOperationException
- Throws:
Throwable
InvalidOperationException
-
getMonitoringTotalAllocatedMemorySize
public long getMonitoringTotalAllocatedMemorySize() throws Throwable, InvalidOperationException
- Throws:
Throwable
InvalidOperationException
-
getActivationContext
public ActivationContext getActivationContext() throws Throwable
- Throws:
Throwable
-
getDomainManager
public AppDomainManager getDomainManager() throws Throwable
- Throws:
Throwable
-
getSetupInformation
public AppDomainSetup getSetupInformation() throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
-
getApplicationIdentity
public ApplicationIdentity getApplicationIdentity() throws Throwable
- Throws:
Throwable
-
getPermissionSet
public PermissionSet getPermissionSet() throws Throwable, InvalidOperationException, ArgumentException
-
getApplicationTrust
public ApplicationTrust getApplicationTrust() throws Throwable, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentNullException
-
getEvidence
public Evidence getEvidence() throws Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException
-
getBaseDirectory
public String getBaseDirectory() throws Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
-
getDynamicDirectory
public String getDynamicDirectory() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException
-
getRelativeSearchPath
public String getRelativeSearchPath() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
getMonitoringTotalProcessorTime
public TimeSpan getMonitoringTotalProcessorTime() throws Throwable, InvalidOperationException
- Throws:
Throwable
InvalidOperationException
-
addAssemblyLoad
public void addAssemblyLoad(AssemblyLoadEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAssemblyLoad
public void removeAssemblyLoad(AssemblyLoadEventHandler handler) throws Throwable
- Throws:
Throwable
-
addDomainUnload
public void addDomainUnload(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDomainUnload
public void removeDomainUnload(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addProcessExit
public void addProcessExit(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeProcessExit
public void removeProcessExit(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addAssemblyResolve
public void addAssemblyResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAssemblyResolve
public void removeAssemblyResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
addReflectionOnlyAssemblyResolve
public void addReflectionOnlyAssemblyResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeReflectionOnlyAssemblyResolve
public void removeReflectionOnlyAssemblyResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
addResourceResolve
public void addResourceResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeResourceResolve
public void removeResourceResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
addTypeResolve
public void addTypeResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTypeResolve
public void removeTypeResolve(ResolveEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUnhandledException
public void addUnhandledException(UnhandledExceptionEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUnhandledException
public void removeUnhandledException(UnhandledExceptionEventHandler handler) throws Throwable
- Throws:
Throwable
-
-