Package system
Class IAppDomainSetupImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.IAppDomainSetupImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IAppDomainSetup
public class IAppDomainSetupImplementation extends NetObject implements IAppDomainSetup
The base .NET class managing System.IAppDomainSetup, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IAppDomainSetup
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: mscorlibstatic java.lang.StringclassNameQualified class name: System.IAppDomainSetupstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IAppDomainSetupImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationBase()java.lang.StringgetApplicationName()java.lang.StringgetCachePath()java.lang.StringgetConfigurationFile()java.lang.StringgetDynamicBase()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 Typejava.lang.StringgetLicenseFile()java.lang.StringgetPrivateBinPath()java.lang.StringgetPrivateBinPathProbe()java.lang.StringgetShadowCopyDirectories()java.lang.StringgetShadowCopyFiles()voidsetApplicationBase(java.lang.String ApplicationBase)voidsetApplicationName(java.lang.String ApplicationName)voidsetCachePath(java.lang.String CachePath)voidsetConfigurationFile(java.lang.String ConfigurationFile)voidsetDynamicBase(java.lang.String DynamicBase)voidsetLicenseFile(java.lang.String LicenseFile)voidsetPrivateBinPath(java.lang.String PrivateBinPath)voidsetPrivateBinPathProbe(java.lang.String PrivateBinPathProbe)voidsetShadowCopyDirectories(java.lang.String ShadowCopyDirectories)voidsetShadowCopyFiles(java.lang.String ShadowCopyFiles)static IAppDomainSetupToIAppDomainSetup(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIAppDomainSetup, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: mscorlib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IAppDomainSetup- 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 interfaceIAppDomainSetup- 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 interfaceIAppDomainSetup- 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 interfaceIAppDomainSetup- 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 interfaceIAppDomainSetup- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAppDomainSetup- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIAppDomainSetup
public static IAppDomainSetup ToIAppDomainSetup(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIAppDomainSetup, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IAppDomainSetupinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getApplicationBase
public java.lang.String getApplicationBase() throws java.lang.Throwable- Specified by:
getApplicationBasein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setApplicationBase
public void setApplicationBase(java.lang.String ApplicationBase) throws java.lang.Throwable- Specified by:
setApplicationBasein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable- Specified by:
getApplicationNamein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable- Specified by:
setApplicationNamein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getCachePath
public java.lang.String getCachePath() throws java.lang.Throwable- Specified by:
getCachePathin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setCachePath
public void setCachePath(java.lang.String CachePath) throws java.lang.Throwable- Specified by:
setCachePathin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getConfigurationFile
public java.lang.String getConfigurationFile() throws java.lang.Throwable- Specified by:
getConfigurationFilein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setConfigurationFile
public void setConfigurationFile(java.lang.String ConfigurationFile) throws java.lang.Throwable- Specified by:
setConfigurationFilein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getDynamicBase
public java.lang.String getDynamicBase() throws java.lang.Throwable- Specified by:
getDynamicBasein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setDynamicBase
public void setDynamicBase(java.lang.String DynamicBase) throws java.lang.Throwable- Specified by:
setDynamicBasein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getLicenseFile
public java.lang.String getLicenseFile() throws java.lang.Throwable- Specified by:
getLicenseFilein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setLicenseFile
public void setLicenseFile(java.lang.String LicenseFile) throws java.lang.Throwable- Specified by:
setLicenseFilein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getPrivateBinPath
public java.lang.String getPrivateBinPath() throws java.lang.Throwable- Specified by:
getPrivateBinPathin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setPrivateBinPath
public void setPrivateBinPath(java.lang.String PrivateBinPath) throws java.lang.Throwable- Specified by:
setPrivateBinPathin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getPrivateBinPathProbe
public java.lang.String getPrivateBinPathProbe() throws java.lang.Throwable- Specified by:
getPrivateBinPathProbein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setPrivateBinPathProbe
public void setPrivateBinPathProbe(java.lang.String PrivateBinPathProbe) throws java.lang.Throwable- Specified by:
setPrivateBinPathProbein interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getShadowCopyDirectories
public java.lang.String getShadowCopyDirectories() throws java.lang.Throwable- Specified by:
getShadowCopyDirectoriesin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setShadowCopyDirectories
public void setShadowCopyDirectories(java.lang.String ShadowCopyDirectories) throws java.lang.Throwable- Specified by:
setShadowCopyDirectoriesin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
getShadowCopyFiles
public java.lang.String getShadowCopyFiles() throws java.lang.Throwable- Specified by:
getShadowCopyFilesin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
setShadowCopyFiles
public void setShadowCopyFiles(java.lang.String ShadowCopyFiles) throws java.lang.Throwable- Specified by:
setShadowCopyFilesin interfaceIAppDomainSetup- Throws:
java.lang.Throwable
-
-