public class ClientBuildManager extends MarshalByRefObject implements IDisposable, java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Compilation.ClientBuildManager
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: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Compilation.ClientBuildManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ClientBuildManager() |
ClientBuildManager(java.lang.Object instance)
Internal constructor.
|
ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir) |
ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir) |
ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir,
ClientBuildManagerParameter parameter) |
ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir,
ClientBuildManagerParameter parameter,
TypeDescriptionProvider typeDescriptionProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) |
void |
addAppDomainStarted(EventHandler handler) |
void |
addAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) |
static ClientBuildManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ClientBuildManager, a cast assert is made to check if types are compatible. |
void |
close() |
void |
CompileApplicationDependencies() |
void |
CompileFile(java.lang.String virtualPath) |
void |
CompileFile(java.lang.String virtualPath,
ClientBuildManagerCallback callback) |
IRegisteredObject |
CreateObject(NetType type,
boolean failIfExists) |
java.lang.String |
GenerateCode(java.lang.String virtualPath,
java.lang.String virtualFileString,
JCORefOut<IDictionary> linePragmasTable) |
CodeCompileUnit |
GenerateCodeCompileUnit(java.lang.String virtualPath,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters,
JCORefOut<IDictionary> linePragmasTable) |
CodeCompileUnit |
GenerateCodeCompileUnit(java.lang.String virtualPath,
java.lang.String virtualFileString,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters,
JCORefOut<IDictionary> linePragmasTable) |
java.lang.String[] |
GetAppDomainShutdownDirectories() |
IDictionary |
GetBrowserDefinitions() |
void |
GetCodeDirectoryInformation(java.lang.String virtualCodeDir,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters,
JCORefOut generatedFilesDir) |
java.lang.String |
getCodeGenDir() |
NetType |
GetCompiledType(java.lang.String virtualPath) |
void |
GetCompilerParameters(java.lang.String virtualPath,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters) |
java.lang.String |
GetGeneratedFileVirtualPath(java.lang.String filePath) |
java.lang.String |
GetGeneratedSourceFile(java.lang.String virtualPath) |
boolean |
getIsHostCreated() |
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[] |
GetTopLevelAssemblyReferences(java.lang.String virtualPath) |
java.lang.String[] |
GetVirtualCodeDirectories() |
NetObject |
InitializeLifetimeService() |
boolean |
IsCodeAssembly(java.lang.String assemblyName) |
void |
PrecompileApplication() |
void |
PrecompileApplication(ClientBuildManagerCallback callback) |
void |
PrecompileApplication(ClientBuildManagerCallback callback,
boolean forceCleanBuild) |
void |
removeAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) |
void |
removeAppDomainStarted(EventHandler handler) |
void |
removeAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
boolean |
Unload() |
CreateObjRef, GetLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringDispose, ToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ClientBuildManager()
throws java.lang.Throwable
java.lang.Throwablepublic ClientBuildManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException,
MissingManifestResourceException,
NotImplementedException,
HttpException
public ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException,
MissingManifestResourceException,
NotImplementedException,
HttpException
public ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir,
ClientBuildManagerParameter parameter)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionHttpExceptionpublic ClientBuildManager(java.lang.String appVirtualDir,
java.lang.String appPhysicalSourceDir,
java.lang.String appPhysicalTargetDir,
ClientBuildManagerParameter parameter,
TypeDescriptionProvider typeDescriptionProvider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
NotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionHttpExceptionpublic void addAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAppDomainStarted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ClientBuildManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ClientBuildManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedClientBuildManager instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void CompileApplicationDependencies()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
ArgumentNullException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
HttpParseException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic void CompileFile(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
MulticastNotSupportedException,
IndexOutOfRangeException,
FormatException,
HttpException,
InvalidOperationException,
CultureNotFoundException,
NotSupportedException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
CannotUnloadAppDomainException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
UriFormatException,
RemotingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionRemotingExceptionpublic void CompileFile(java.lang.String virtualPath,
ClientBuildManagerCallback callback)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
UriFormatException,
ThreadAbortException,
RemotingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionThreadAbortExceptionRemotingExceptionpublic IRegisteredObject CreateObject(NetType type, boolean failIfExists) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic java.lang.String GenerateCode(java.lang.String virtualPath,
java.lang.String virtualFileString,
JCORefOut<IDictionary> linePragmasTable)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
HttpParseException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic java.lang.String[] GetAppDomainShutdownDirectories()
throws java.lang.Throwable
java.lang.Throwablepublic IDictionary GetBrowserDefinitions() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic void GetCodeDirectoryInformation(java.lang.String virtualCodeDir,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters,
JCORefOut generatedFilesDir)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
HttpParseException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic java.lang.String getCodeGenDir()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
ArgumentNullException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic NetType GetCompiledType(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, ThreadAbortException, InvalidCastException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionUriFormatExceptionThreadAbortExceptionInvalidCastExceptionFormatExceptionpublic void GetCompilerParameters(java.lang.String virtualPath,
JCORefOut<NetType> codeDomProviderType,
JCORefOut<CompilerParameters> compilerParameters)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
HttpParseException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionpublic java.lang.String GetGeneratedFileVirtualPath(java.lang.String filePath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic java.lang.String GetGeneratedSourceFile(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
HttpCompileException,
HttpParseException,
OperationCanceledException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionKeyNotFoundExceptionpublic boolean getIsHostCreated()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDisposablegetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDisposablegetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDisposablegetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDisposablegetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String[] GetTopLevelAssemblyReferences(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
ThreadAbortException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionThreadAbortExceptionKeyNotFoundExceptionpublic java.lang.String[] GetVirtualCodeDirectories()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
ArgumentNullException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic NetObject InitializeLifetimeService() throws java.lang.Throwable
InitializeLifetimeService in class MarshalByRefObjectjava.lang.Throwablepublic boolean IsCodeAssembly(java.lang.String assemblyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
NullReferenceException,
MissingManifestResourceException,
InvalidOperationException,
MulticastNotSupportedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
ProviderException,
NotImplementedException,
SystemException,
ObjectDisposedException,
CannotUnloadAppDomainException,
TypeLoadException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionNullReferenceExceptionMissingManifestResourceExceptionInvalidOperationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionProviderExceptionNotImplementedExceptionSystemExceptionObjectDisposedExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic void PrecompileApplication()
throws java.lang.Throwable,
ConfigurationErrorsException,
ConfigurationException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
MulticastNotSupportedException,
HttpException,
InvalidOperationException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ProviderException,
SystemException,
IOException,
RemotingException
java.lang.ThrowableConfigurationErrorsExceptionConfigurationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionHttpExceptionInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionProviderExceptionSystemExceptionIOExceptionRemotingExceptionpublic void PrecompileApplication(ClientBuildManagerCallback callback) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException, ArgumentNullException, MulticastNotSupportedException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionConfigurationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMulticastNotSupportedExceptionHttpExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionMissingMethodExceptionTargetInvocationExceptionHttpParseExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRemotingExceptionpublic void PrecompileApplication(ClientBuildManagerCallback callback, boolean forceCleanBuild) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentNullException, NullReferenceException, MulticastNotSupportedException, CultureNotFoundException, HttpException, OutOfMemoryException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentNullExceptionNullReferenceExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionNotImplementedExceptionSystemExceptionCannotUnloadAppDomainExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionHttpParseExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRemotingExceptionpublic void removeAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAppDomainStarted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic boolean Unload()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
HttpException,
ConfigurationErrorsException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
ConfigurationException,
ArgumentOutOfRangeException,
SecurityException,
ObjectDisposedException