public class IAppDomainSetupImplementation extends NetObject implements IAppDomainSetup
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IAppDomainSetup
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.IAppDomainSetup
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IAppDomainSetupImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationBase() |
java.lang.String |
getApplicationName() |
java.lang.String |
getCachePath() |
java.lang.String |
getConfigurationFile() |
java.lang.String |
getDynamicBase() |
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 |
getLicenseFile() |
java.lang.String |
getPrivateBinPath() |
java.lang.String |
getPrivateBinPathProbe() |
java.lang.String |
getShadowCopyDirectories() |
java.lang.String |
getShadowCopyFiles() |
void |
setApplicationBase(java.lang.String ApplicationBase) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setCachePath(java.lang.String CachePath) |
void |
setConfigurationFile(java.lang.String ConfigurationFile) |
void |
setDynamicBase(java.lang.String DynamicBase) |
void |
setLicenseFile(java.lang.String LicenseFile) |
void |
setPrivateBinPath(java.lang.String PrivateBinPath) |
void |
setPrivateBinPathProbe(java.lang.String PrivateBinPathProbe) |
void |
setShadowCopyDirectories(java.lang.String ShadowCopyDirectories) |
void |
setShadowCopyFiles(java.lang.String ShadowCopyFiles) |
static IAppDomainSetup |
ToIAppDomainSetup(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IAppDomainSetup, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IAppDomainSetupImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationBase()
throws java.lang.Throwable
getApplicationBase in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getApplicationName()
throws java.lang.Throwable
getApplicationName in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getCachePath()
throws java.lang.Throwable
getCachePath in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getConfigurationFile()
throws java.lang.Throwable
getConfigurationFile in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getDynamicBase()
throws java.lang.Throwable
getDynamicBase in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAppDomainSetupgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAppDomainSetupgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAppDomainSetupgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAppDomainSetupgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAppDomainSetupgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLicenseFile()
throws java.lang.Throwable
getLicenseFile in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getPrivateBinPath()
throws java.lang.Throwable
getPrivateBinPath in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getPrivateBinPathProbe()
throws java.lang.Throwable
getPrivateBinPathProbe in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getShadowCopyDirectories()
throws java.lang.Throwable
getShadowCopyDirectories in interface IAppDomainSetupjava.lang.Throwablepublic java.lang.String getShadowCopyFiles()
throws java.lang.Throwable
getShadowCopyFiles in interface IAppDomainSetupjava.lang.Throwablepublic void setApplicationBase(java.lang.String ApplicationBase)
throws java.lang.Throwable
setApplicationBase in interface IAppDomainSetupjava.lang.Throwablepublic void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable
setApplicationName in interface IAppDomainSetupjava.lang.Throwablepublic void setCachePath(java.lang.String CachePath)
throws java.lang.Throwable
setCachePath in interface IAppDomainSetupjava.lang.Throwablepublic void setConfigurationFile(java.lang.String ConfigurationFile)
throws java.lang.Throwable
setConfigurationFile in interface IAppDomainSetupjava.lang.Throwablepublic void setDynamicBase(java.lang.String DynamicBase)
throws java.lang.Throwable
setDynamicBase in interface IAppDomainSetupjava.lang.Throwablepublic void setLicenseFile(java.lang.String LicenseFile)
throws java.lang.Throwable
setLicenseFile in interface IAppDomainSetupjava.lang.Throwablepublic void setPrivateBinPath(java.lang.String PrivateBinPath)
throws java.lang.Throwable
setPrivateBinPath in interface IAppDomainSetupjava.lang.Throwablepublic void setPrivateBinPathProbe(java.lang.String PrivateBinPathProbe)
throws java.lang.Throwable
setPrivateBinPathProbe in interface IAppDomainSetupjava.lang.Throwablepublic void setShadowCopyDirectories(java.lang.String ShadowCopyDirectories)
throws java.lang.Throwable
setShadowCopyDirectories in interface IAppDomainSetupjava.lang.Throwablepublic void setShadowCopyFiles(java.lang.String ShadowCopyFiles)
throws java.lang.Throwable
setShadowCopyFiles in interface IAppDomainSetupjava.lang.Throwablepublic static IAppDomainSetup ToIAppDomainSetup(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IAppDomainSetup, a cast assert is made to check if types are compatible.ToIAppDomainSetup in interface IAppDomainSetupfrom - IJCOBridgeReflected instance to be castedIAppDomainSetup instancejava.lang.Throwable - in case of error during cast operation