public class SectionInformation extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.SectionInformation
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.Configuration.ConfigurationManager, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Configuration.ConfigurationManager
|
static java.lang.String |
className
Qualified class name: System.Configuration.SectionInformation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SectionInformation() |
SectionInformation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SectionInformation |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SectionInformation, a cast assert is made to check if types are compatible. |
void |
ForceDeclaration() |
void |
ForceDeclaration(boolean force) |
ConfigurationAllowDefinition |
getAllowDefinition() |
ConfigurationAllowExeDefinition |
getAllowExeDefinition() |
boolean |
getAllowLocation() |
boolean |
getAllowOverride() |
java.lang.String |
getConfigSource() |
boolean |
getForceSave() |
boolean |
getInheritInChildApplications() |
boolean |
getIsDeclarationRequired() |
boolean |
getIsDeclared() |
boolean |
getIsLocked() |
boolean |
getIsProtected() |
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 |
getName() |
OverrideMode |
getOverrideMode() |
OverrideMode |
getOverrideModeDefault() |
OverrideMode |
getOverrideModeEffective() |
ConfigurationSection |
GetParentSection() |
ProtectedConfigurationProvider |
getProtectionProvider() |
java.lang.String |
GetRawXml() |
boolean |
getRequirePermission() |
boolean |
getRestartOnExternalChanges() |
java.lang.String |
getSectionName() |
java.lang.String |
getType() |
void |
ProtectSection(java.lang.String protectionProvider) |
void |
RevertToParent() |
void |
setAllowDefinition(ConfigurationAllowDefinition AllowDefinition) |
void |
setAllowExeDefinition(ConfigurationAllowExeDefinition AllowExeDefinition) |
void |
setAllowLocation(boolean AllowLocation) |
void |
setAllowOverride(boolean AllowOverride) |
void |
setConfigSource(java.lang.String ConfigSource) |
void |
setForceSave(boolean ForceSave) |
void |
setInheritInChildApplications(boolean InheritInChildApplications) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setOverrideMode(OverrideMode OverrideMode) |
void |
setOverrideModeDefault(OverrideMode OverrideModeDefault) |
void |
SetRawXml(java.lang.String rawXml) |
void |
setRequirePermission(boolean RequirePermission) |
void |
setRestartOnExternalChanges(boolean RestartOnExternalChanges) |
void |
setType(java.lang.String Type) |
void |
UnprotectSection() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SectionInformation()
throws java.lang.Throwable
java.lang.Throwablepublic SectionInformation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SectionInformation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SectionInformation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSectionInformation instancejava.lang.Throwable - in case of error during cast operationpublic void ForceDeclaration()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
FormatException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionConfigurationErrorsExceptionpublic void ForceDeclaration(boolean force)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionConfigurationErrorsExceptionpublic ConfigurationAllowDefinition getAllowDefinition() throws java.lang.Throwable
java.lang.Throwablepublic ConfigurationAllowExeDefinition getAllowExeDefinition() throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowLocation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowOverride()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConfigSource()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getForceSave()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getInheritInChildApplications()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDeclarationRequired()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public boolean getIsDeclared()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public boolean getIsLocked()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsProtected()
throws java.lang.Throwable,
ConfigurationErrorsException,
ArgumentException,
InvalidOperationException,
OverflowException,
ArgumentOutOfRangeException,
NotSupportedException,
ConfigurationException,
PlatformNotSupportedException,
TypeLoadException,
ArgumentNullException
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 java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic OverrideMode getOverrideMode() throws java.lang.Throwable
java.lang.Throwablepublic OverrideMode getOverrideModeDefault() throws java.lang.Throwable
java.lang.Throwablepublic OverrideMode getOverrideModeEffective() throws java.lang.Throwable
java.lang.Throwablepublic ConfigurationSection GetParentSection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ConfigurationErrorsException
public ProtectedConfigurationProvider getProtectionProvider() throws java.lang.Throwable, ConfigurationErrorsException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, OverflowException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, TypeLoadException, FileLoadException
public java.lang.String GetRawXml()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
ConfigurationErrorsException,
IndexOutOfRangeException,
XmlException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
UnreachableException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionUnreachableExceptionConfigurationExceptionTypeLoadExceptionpublic boolean getRequirePermission()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRestartOnExternalChanges()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSectionName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getType()
throws java.lang.Throwable
java.lang.Throwablepublic void ProtectSection(java.lang.String protectionProvider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
ConfigurationErrorsException,
OverflowException,
MissingMethodException,
TargetInvocationException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionMissingMethodExceptionTargetInvocationExceptionConfigurationExceptionpublic void RevertToParent()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ConfigurationErrorsException,
NotSupportedException,
OutOfMemoryException,
AmbiguousMatchException,
ConfigurationException
public void setAllowDefinition(ConfigurationAllowDefinition AllowDefinition) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ConfigurationErrorsException
public void setAllowExeDefinition(ConfigurationAllowExeDefinition AllowExeDefinition) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ConfigurationErrorsException
public void setAllowLocation(boolean AllowLocation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
ConfigurationErrorsException
public void setAllowOverride(boolean AllowOverride)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ConfigurationErrorsException
public void setConfigSource(java.lang.String ConfigSource)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ConfigurationErrorsException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionpublic void setForceSave(boolean ForceSave)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setInheritInChildApplications(boolean InheritInChildApplications)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setOverrideMode(OverrideMode OverrideMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ConfigurationErrorsException
public void setOverrideModeDefault(OverrideMode OverrideModeDefault) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ConfigurationErrorsException
public void SetRawXml(java.lang.String rawXml)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ConfigurationErrorsException,
NotSupportedException,
OutOfMemoryException,
AmbiguousMatchException,
ConfigurationException,
XmlException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionOutOfMemoryExceptionAmbiguousMatchExceptionConfigurationExceptionXmlExceptionFormatExceptionpublic void setRequirePermission(boolean RequirePermission)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
ConfigurationErrorsException
public void setRestartOnExternalChanges(boolean RestartOnExternalChanges)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
ConfigurationErrorsException
public void setType(java.lang.String Type)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
ConfigurationErrorsException,
TypeLoadException,
FileLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionConfigurationErrorsExceptionTypeLoadExceptionFileLoadExceptionpublic void UnprotectSection()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException