public class ApplicationSettingsBase extends SettingsBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.ApplicationSettingsBase
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=8.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.ApplicationSettingsBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ApplicationSettingsBase() |
ApplicationSettingsBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChanged(PropertyChangedEventHandler handler) |
void |
addSettingChanging(SettingChangingEventHandler handler) |
void |
addSettingsLoaded(SettingsLoadedEventHandler handler) |
void |
addSettingsSaving(SettingsSavingEventHandler handler) |
static ApplicationSettingsBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ApplicationSettingsBase, a cast assert is made to check if types are compatible. |
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
|
NetObject |
GetPreviousVersion(java.lang.String propertyName) |
java.lang.String |
getSettingsKey() |
void |
Reload() |
void |
removePropertyChanged(PropertyChangedEventHandler handler) |
void |
removeSettingChanging(SettingChangingEventHandler handler) |
void |
removeSettingsLoaded(SettingsLoadedEventHandler handler) |
void |
removeSettingsSaving(SettingsSavingEventHandler handler) |
void |
Reset() |
void |
Save() |
void |
setJCOInstance(JCObject instance) |
void |
setSettingsKey(java.lang.String SettingsKey) |
void |
Upgrade() |
getContext, getIsSynchronized, getProperties, getPropertyValues, getProviders, Initialize, Synchronizedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ApplicationSettingsBase()
throws java.lang.Throwable
java.lang.Throwablepublic ApplicationSettingsBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addPropertyChanged(PropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSettingChanging(SettingChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSettingsLoaded(SettingsLoadedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSettingsSaving(SettingsSavingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ApplicationSettingsBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ApplicationSettingsBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedApplicationSettingsBase instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SettingsBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SettingsBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SettingsBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SettingsBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SettingsBaseJCType representing the CLR Type of the instantiated Classpublic NetObject GetPreviousVersion(java.lang.String propertyName) throws java.lang.Throwable, SettingsPropertyNotFoundException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FileNotFoundException, FileLoadException, SerializationException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException, EndOfStreamException, XmlException, NotImplementedException, MissingMethodException, TypeLoadException
java.lang.ThrowableSettingsPropertyNotFoundExceptionNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionFileNotFoundExceptionFileLoadExceptionSerializationExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionFormatExceptionEndOfStreamExceptionXmlExceptionNotImplementedExceptionMissingMethodExceptionTypeLoadExceptionpublic java.lang.String getSettingsKey()
throws java.lang.Throwable
java.lang.Throwablepublic void Reload()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionpublic void removePropertyChanged(PropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSettingChanging(SettingChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSettingsLoaded(SettingsLoadedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSettingsSaving(SettingsSavingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionpublic void Save()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
IndexOutOfRangeException
Save in class SettingsBasejava.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SettingsBasepublic void setSettingsKey(java.lang.String SettingsKey)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public void Upgrade()
throws java.lang.Throwable,
CultureNotFoundException,
PlatformNotSupportedException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException