public class HttpRuntime extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRuntime
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.HttpRuntime
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpRuntime() |
HttpRuntime(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRuntime |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpRuntime, a cast assert is made to check if types are compatible. |
static void |
Close() |
static java.lang.String |
getAppDomainAppId() |
static java.lang.String |
getAppDomainAppPath() |
static java.lang.String |
getAppDomainAppVirtualPath() |
static java.lang.String |
getAppDomainId() |
static java.lang.String |
getAspClientScriptPhysicalPath() |
static java.lang.String |
getAspClientScriptVirtualPath() |
static java.lang.String |
getAspInstallDirectory() |
static java.lang.String |
getBinDirectory() |
static Cache |
getCache() |
static java.lang.String |
getClrInstallDirectory() |
static java.lang.String |
getCodegenDir() |
static Version |
getIISVersion() |
static boolean |
getIsOnUNCShare() |
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 java.lang.String |
getMachineConfigurationDirectory() |
static NamedPermissionSet |
GetNamedPermissionSet() |
static Version |
getTargetFramework() |
static boolean |
getUsingIntegratedPipeline() |
static IServiceProvider |
getWebObjectActivator() |
static void |
ProcessRequest(HttpWorkerRequest wr) |
void |
setJCOInstance(JCObject instance) |
static void |
setWebObjectActivator(IServiceProvider WebObjectActivator) |
static void |
UnloadAppDomain() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpRuntime()
throws java.lang.Throwable
java.lang.Throwablepublic HttpRuntime(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpRuntime, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpRuntime instancejava.lang.Throwable - in case of error during cast operationpublic static void Close()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
MissingManifestResourceException,
ConfigurationException,
ObjectDisposedException,
AbandonedMutexException,
SemaphoreFullException,
HttpRequestValidationException,
ProviderException,
MemberAccessException,
PathTooLongException,
NotImplementedException,
EventSourceException,
WaitHandleCannotBeOpenedException,
OverflowException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullExceptionHttpRequestValidationExceptionProviderExceptionMemberAccessExceptionPathTooLongExceptionNotImplementedExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionOverflowExceptionpublic static java.lang.String getAppDomainAppId()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getAppDomainAppPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
public static java.lang.String getAppDomainAppVirtualPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException
public static java.lang.String getAppDomainId()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getAspClientScriptPhysicalPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic static java.lang.String getAspClientScriptVirtualPath()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic static java.lang.String getAspInstallDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic static java.lang.String getBinDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
public static Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic static java.lang.String getClrInstallDirectory()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic static java.lang.String getCodegenDir()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
public static Version getIISVersion() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getIsOnUNCShare()
throws java.lang.Throwable
java.lang.Throwablepublic 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 java.lang.String getMachineConfigurationDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic static NamedPermissionSet GetNamedPermissionSet() throws java.lang.Throwable
java.lang.Throwablepublic static Version getTargetFramework() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getUsingIntegratedPipeline()
throws java.lang.Throwable
java.lang.Throwablepublic static IServiceProvider getWebObjectActivator() throws java.lang.Throwable
java.lang.Throwablepublic static void ProcessRequest(HttpWorkerRequest wr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PlatformNotSupportedException, HttpException, NullReferenceException, ApplicationException, IOException, ConfigurationErrorsException, ThreadAbortException, MemberAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionHttpExceptionNullReferenceExceptionApplicationExceptionIOExceptionConfigurationErrorsExceptionThreadAbortExceptionMemberAccessExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setWebObjectActivator(IServiceProvider WebObjectActivator) throws java.lang.Throwable
java.lang.Throwablepublic static void UnloadAppDomain()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
HttpException,
ArgumentNullException,
ConfigurationErrorsException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ConfigurationException,
SecurityException