public class WorkflowTheme extends NetObject implements IDisposable, java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Design.WorkflowTheme
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.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Workflow.ComponentModel
|
static java.lang.String |
className
Qualified class name: System.Workflow.ComponentModel.Design.WorkflowTheme
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowTheme() |
WorkflowTheme(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTheme |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowTheme, a cast assert is made to check if types are compatible. |
WorkflowTheme |
Clone() |
void |
close() |
static WorkflowTheme |
CreateStandardTheme(ThemeType standardThemeType) |
static java.lang.String |
GenerateThemeFilePath() |
AmbientTheme |
getAmbientTheme() |
java.lang.String |
getContainingFileDirectory() |
static WorkflowTheme |
getCurrentTheme() |
java.lang.String |
getDescription() |
ActivityDesignerTheme |
GetDesignerTheme(ActivityDesigner designer) |
IList |
getDesignerThemes() |
static boolean |
getEnableChangeNotification() |
java.lang.String |
getFilePath() |
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
|
static java.lang.String |
getLookupPath() |
java.lang.String |
getName() |
boolean |
getReadOnly() |
static java.lang.String |
getRegistryKeyPath() |
ThemeType |
getType() |
java.lang.String |
getVersion() |
static WorkflowTheme |
Load(IDesignerSerializationManager serializationManager,
java.lang.String themeFilePath) |
static WorkflowTheme |
Load(java.lang.String themeFilePath) |
static WorkflowTheme |
LoadThemeSettingFromRegistry() |
void |
Save(java.lang.String themeFilePath) |
static void |
SaveThemeSettingToRegistry() |
static void |
setCurrentTheme(WorkflowTheme CurrentTheme) |
void |
setDescription(java.lang.String Description) |
static void |
setEnableChangeNotification(boolean EnableChangeNotification) |
void |
setFilePath(java.lang.String FilePath) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setReadOnly(boolean ReadOnly) |
void |
setVersion(java.lang.String Version) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringDispose, ToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowTheme()
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException,
PlatformNotSupportedException,
SecurityException,
UriFormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionUriFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic WorkflowTheme(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WorkflowTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowTheme, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowTheme instancejava.lang.Throwable - in case of error during cast operationpublic WorkflowTheme Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, OutOfMemoryException, ConfigurationErrorsException, WorkflowMarkupSerializationException, OverflowException, FormatException, AmbiguousMatchException, MulticastNotSupportedException, InvalidCastException, UnauthorizedAccessException, XmlSchemaException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionOutOfMemoryExceptionConfigurationErrorsExceptionWorkflowMarkupSerializationExceptionOverflowExceptionFormatExceptionAmbiguousMatchExceptionMulticastNotSupportedExceptionInvalidCastExceptionUnauthorizedAccessExceptionXmlSchemaExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic static WorkflowTheme CreateStandardTheme(ThemeType standardThemeType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, UriFormatException, PathTooLongException, KeyNotFoundException, XmlException, ConfigurationErrorsException, CultureNotFoundException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionUriFormatExceptionPathTooLongExceptionKeyNotFoundExceptionXmlExceptionConfigurationErrorsExceptionCultureNotFoundExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionExternalExceptionpublic static java.lang.String GenerateThemeFilePath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
NotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
MemberAccessException,
UriFormatException,
OutOfMemoryException,
PathTooLongException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionpublic AmbientTheme getAmbientTheme() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, NotSupportedException, XmlException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionCultureNotFoundExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionMissingMethodExceptionpublic java.lang.String getContainingFileDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
PathTooLongException,
OutOfMemoryException,
IndexOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPathTooLongExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static WorkflowTheme getCurrentTheme() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, KeyNotFoundException, XmlException, ConfigurationErrorsException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MemberAccessException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionXmlExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMemberAccessExceptionExternalExceptionpublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic ActivityDesignerTheme GetDesignerTheme(ActivityDesigner designer) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, NotSupportedException, XmlException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionCultureNotFoundExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionMissingMethodExceptionpublic IList getDesignerThemes() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getEnableChangeNotification()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFilePath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDisposablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDisposablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDisposablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDisposablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String getLookupPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
MemberAccessException,
ConfigurationException,
UriFormatException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getRegistryKeyPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotSupportedException,
NotImplementedException,
SecurityException,
FileNotFoundException,
AccessViolationException,
ObjectDisposedException,
UnauthorizedAccessException,
IndexOutOfRangeException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionIOExceptionpublic ThemeType getType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getVersion()
throws java.lang.Throwable
java.lang.Throwablepublic static WorkflowTheme Load(IDesignerSerializationManager serializationManager, java.lang.String themeFilePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, XmlException, TaskSchedulerException, OperationCanceledException, AggregateException, XmlSchemaException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionXmlSchemaExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionpublic static WorkflowTheme Load(java.lang.String themeFilePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, IndexOutOfRangeException, XmlException, AggregateException, FormatException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionAggregateExceptionFormatExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionpublic static WorkflowTheme LoadThemeSettingFromRegistry() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, SecurityException, FileNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, NullReferenceException, NotSupportedException, InvalidCastException, XmlException, ConfigurationErrorsException, FormatException, OutOfMemoryException, WorkflowMarkupSerializationException, PlatformNotSupportedException, KeyNotFoundException, MissingMethodException, MemberAccessException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionNotSupportedExceptionInvalidCastExceptionXmlExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionWorkflowMarkupSerializationExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMissingMethodExceptionMemberAccessExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionExternalExceptionpublic void Save(java.lang.String themeFilePath)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException,
IndexOutOfRangeException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
XmlException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
WorkflowMarkupSerializationException,
OverflowException,
AmbiguousMatchException,
MulticastNotSupportedException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionXmlExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionWorkflowMarkupSerializationExceptionOverflowExceptionAmbiguousMatchExceptionMulticastNotSupportedExceptionInvalidCastExceptionpublic static void SaveThemeSettingToRegistry()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
SecurityException,
FileNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
PlatformNotSupportedException,
KeyNotFoundException,
ConfigurationErrorsException,
FormatException,
MulticastNotSupportedException,
NullReferenceException,
InvalidCastException,
WorkflowMarkupSerializationException,
NotSupportedException,
MissingMethodException,
ObjectDisposedException,
ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionObjectDisposedExceptionExternalExceptionpublic static void setCurrentTheme(WorkflowTheme CurrentTheme) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setDescription(java.lang.String Description)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionpublic static void setEnableChangeNotification(boolean EnableChangeNotification)
throws java.lang.Throwable
java.lang.Throwablepublic void setFilePath(java.lang.String FilePath)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setVersion(java.lang.String Version)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException