Package system.web
Class HttpRuntime
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpRuntime
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpRuntime extends NetObject
The base .NET class managing System.Web.HttpRuntime, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRuntime
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpRuntimestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpRuntime()HttpRuntime(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpRuntimecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpRuntime, a cast assert is made to check if types are compatible.static voidClose()static java.lang.StringgetAppDomainAppId()static java.lang.StringgetAppDomainAppPath()static java.lang.StringgetAppDomainAppVirtualPath()static java.lang.StringgetAppDomainId()static java.lang.StringgetAspClientScriptPhysicalPath()static java.lang.StringgetAspClientScriptVirtualPath()static java.lang.StringgetAspInstallDirectory()static java.lang.StringgetBinDirectory()static CachegetCache()static java.lang.StringgetClrInstallDirectory()static java.lang.StringgetCodegenDir()static VersiongetIISVersion()static booleangetIsOnUNCShare()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic java.lang.StringgetMachineConfigurationDirectory()static NamedPermissionSetGetNamedPermissionSet()static VersiongetTargetFramework()static booleangetUsingIntegratedPipeline()static IServiceProvidergetWebObjectActivator()static voidProcessRequest(HttpWorkerRequest wr)voidsetJCOInstance(JCObject instance)static voidsetWebObjectActivator(IServiceProvider WebObjectActivator)static voidUnloadAppDomain()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpRuntime- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpRuntime, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpRuntimeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetNamedPermissionSet
public static NamedPermissionSet GetNamedPermissionSet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Close
public 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- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullExceptionHttpRequestValidationExceptionProviderExceptionMemberAccessExceptionPathTooLongExceptionNotImplementedExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionOverflowException
-
ProcessRequest
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionHttpExceptionNullReferenceExceptionApplicationExceptionIOExceptionConfigurationErrorsExceptionThreadAbortExceptionMemberAccessException
-
UnloadAppDomain
public static void UnloadAppDomain() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationException, SecurityException
-
getIsOnUNCShare
public static boolean getIsOnUNCShare() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUsingIntegratedPipeline
public static boolean getUsingIntegratedPipeline() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getWebObjectActivator
public static IServiceProvider getWebObjectActivator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWebObjectActivator
public static void setWebObjectActivator(IServiceProvider WebObjectActivator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppDomainAppId
public static java.lang.String getAppDomainAppId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAppDomainAppPath
public static java.lang.String getAppDomainAppPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException
-
getAppDomainAppVirtualPath
public static java.lang.String getAppDomainAppVirtualPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException
-
getAppDomainId
public static java.lang.String getAppDomainId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAspClientScriptPhysicalPath
public static java.lang.String getAspClientScriptPhysicalPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
getAspClientScriptVirtualPath
public static java.lang.String getAspClientScriptVirtualPath() throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeException
-
getAspInstallDirectory
public static java.lang.String getAspInstallDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
getBinDirectory
public static java.lang.String getBinDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, InvalidOperationException, NotSupportedException
-
getClrInstallDirectory
public static java.lang.String getClrInstallDirectory() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getCodegenDir
public static java.lang.String getCodegenDir() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException
-
getMachineConfigurationDirectory
public static java.lang.String getMachineConfigurationDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getIISVersion
public static Version getIISVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFramework
public static Version getTargetFramework() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCache
public static Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
-