public class BuildManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Compilation.BuildManager
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.BuildManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BuildManager() |
BuildManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AddCompilationDependency(java.lang.String dependency) |
static void |
AddReferencedAssembly(Assembly assembly) |
static BuildManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BuildManager, a cast assert is made to check if types are compatible. |
static Stream |
CreateCachedFile(java.lang.String fileName) |
static NetObject |
CreateInstanceFromVirtualPath(java.lang.String virtualPath,
NetType requiredBaseType) |
static BuildDependencySet |
GetCachedBuildDependencySet(HttpContext context,
java.lang.String virtualPath) |
static BuildDependencySet |
GetCachedBuildDependencySet(HttpContext context,
java.lang.String virtualPath,
boolean ensureIsUpToDate) |
static IList |
getCodeAssemblies() |
static Assembly |
GetCompiledAssembly(java.lang.String virtualPath) |
static java.lang.String |
GetCompiledCustomString(java.lang.String virtualPath) |
static NetType |
GetCompiledType(java.lang.String virtualPath) |
static NetType |
GetGlobalAsaxType() |
static boolean |
getIsPrecompiledApp() |
static boolean |
getIsUpdatablePrecompiledApp() |
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
|
static IWebObjectFactory |
GetObjectFactory(java.lang.String virtualPath,
boolean throwIfNotFound) |
static ICollection |
GetReferencedAssemblies() |
static FrameworkName |
getTargetFramework() |
static NetType |
GetType(java.lang.String typeName,
boolean throwOnError) |
static NetType |
GetType(java.lang.String typeName,
boolean throwOnError,
boolean ignoreCase) |
static ICollection |
GetVirtualPathDependencies(java.lang.String virtualPath) |
static Stream |
ReadCachedFile(java.lang.String fileName) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BuildManager()
throws java.lang.Throwable
java.lang.Throwablepublic BuildManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void AddCompilationDependency(java.lang.String dependency)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public static void AddReferencedAssembly(Assembly assembly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static BuildManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BuildManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBuildManager instancejava.lang.Throwable - in case of error during cast operationpublic static Stream CreateCachedFile(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static NetObject CreateInstanceFromVirtualPath(java.lang.String virtualPath, NetType requiredBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, HttpCompileException, NullReferenceException, HttpParseException, ConfigurationErrorsException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionHttpCompileExceptionNullReferenceExceptionHttpParseExceptionConfigurationErrorsExceptionNotSupportedExceptionpublic static BuildDependencySet GetCachedBuildDependencySet(HttpContext context, java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException, ConfigurationException, ConfigurationErrorsException, HttpParseException, HttpCompileException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseExceptionHttpCompileExceptionpublic static BuildDependencySet GetCachedBuildDependencySet(HttpContext context, java.lang.String virtualPath, boolean ensureIsUpToDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, NullReferenceException, ConfigurationErrorsException, HttpParseException, HttpCompileException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionNullReferenceExceptionConfigurationErrorsExceptionHttpParseExceptionHttpCompileExceptionpublic static IList getCodeAssemblies() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, ConfigurationErrorsException, HttpCompileException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ProviderException, NotSupportedException, HttpParseException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionHttpCompileExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionHttpParseExceptionAbandonedMutexExceptionpublic static Assembly GetCompiledAssembly(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, ConfigurationException, ConfigurationErrorsException, HttpParseException, HttpCompileException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseExceptionHttpCompileExceptionpublic static java.lang.String GetCompiledCustomString(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
OutOfMemoryException,
ConfigurationException,
ConfigurationErrorsException,
HttpParseException,
HttpCompileException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseExceptionHttpCompileExceptionpublic static NetType GetCompiledType(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, HttpCompileException, NullReferenceException, HttpParseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionHttpCompileExceptionNullReferenceExceptionHttpParseExceptionpublic static NetType GetGlobalAsaxType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, HttpCompileException, ProviderException, HttpParseException, OperationCanceledException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionHttpCompileExceptionProviderExceptionHttpParseExceptionOperationCanceledExceptionNotSupportedExceptionpublic static boolean getIsPrecompiledApp()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
PathTooLongException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
XmlException,
XmlSchemaException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionPathTooLongExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionXmlExceptionXmlSchemaExceptionConfigurationErrorsExceptionpublic static boolean getIsUpdatablePrecompiledApp()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
NotSupportedException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
XmlException,
InvalidOperationException,
ConfigurationErrorsException
public 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 static IWebObjectFactory GetObjectFactory(java.lang.String virtualPath, boolean throwIfNotFound) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, HttpCompileException, NullReferenceException, ConfigurationErrorsException, HttpParseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionHttpCompileExceptionNullReferenceExceptionConfigurationErrorsExceptionHttpParseExceptionpublic static ICollection GetReferencedAssemblies() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, InvalidOperationException, HttpException, SecurityException, HttpCompileException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ProviderException, NotImplementedException, HttpParseException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidOperationExceptionHttpExceptionSecurityExceptionHttpCompileExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionNotImplementedExceptionHttpParseExceptionpublic static FrameworkName getTargetFramework() throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, HttpException, ConfigurationErrorsException, ConfigurationException, IOException, OutOfMemoryException, IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionIOExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic static NetType GetType(java.lang.String typeName, boolean throwOnError) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, HttpException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException, MulticastNotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, NotSupportedException, XmlException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, OutOfMemoryException, HttpCompileException, ProviderException, HttpParseException, UriFormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionNotSupportedExceptionXmlExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionOutOfMemoryExceptionHttpCompileExceptionProviderExceptionHttpParseExceptionUriFormatExceptionpublic static NetType GetType(java.lang.String typeName, boolean throwOnError, boolean ignoreCase) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, HttpCompileException, ProviderException, HttpParseException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionNotImplementedExceptionHttpCompileExceptionProviderExceptionHttpParseExceptionpublic static ICollection GetVirtualPathDependencies(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentException, ArgumentNullException, HttpException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, NotImplementedException, ConfigurationErrorsException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionHttpExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionNotImplementedExceptionConfigurationErrorsExceptionFormatExceptionpublic static Stream ReadCachedFile(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject