public class DesignerSerializationManager extends NetObject implements IServiceProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.Serialization.DesignerSerializationManager
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.Windows.Forms.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms.Design
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.Design.Serialization.DesignerSerializationManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DesignerSerializationManager() |
DesignerSerializationManager(IServiceProvider provider) |
DesignerSerializationManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionCreated(EventHandler handler) |
void |
addSessionDisposed(EventHandler handler) |
static DesignerSerializationManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DesignerSerializationManager, a cast assert is made to check if types are compatible. |
IDisposable |
CreateSession() |
IContainer |
getContainer() |
IList |
getErrors() |
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
|
boolean |
getPreserveNames() |
NetObject |
getPropertyProvider() |
boolean |
getRecycleInstances() |
NetType |
GetRuntimeType(java.lang.String typeName) |
NetObject |
GetSerializer(NetType objectType,
NetType serializerType) |
boolean |
getValidateRecycledTypes() |
void |
removeSessionCreated(EventHandler handler) |
void |
removeSessionDisposed(EventHandler handler) |
void |
setContainer(IContainer Container) |
void |
setJCOInstance(JCObject instance) |
void |
setPreserveNames(boolean PreserveNames) |
void |
setPropertyProvider(NetObject PropertyProvider) |
void |
setRecycleInstances(boolean RecycleInstances) |
void |
setValidateRecycledTypes(boolean ValidateRecycledTypes) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetService, ToIServiceProviderpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DesignerSerializationManager()
throws java.lang.Throwable
java.lang.Throwablepublic DesignerSerializationManager(IServiceProvider provider) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic DesignerSerializationManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addSessionCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSessionDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DesignerSerializationManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DesignerSerializationManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDesignerSerializationManager instancejava.lang.Throwable - in case of error during cast operationpublic IDisposable CreateSession() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public IContainer getContainer() throws java.lang.Throwable
java.lang.Throwablepublic IList getErrors() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IServiceProvidergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IServiceProvidergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IServiceProvidergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IServiceProvidergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IServiceProvidergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getPreserveNames()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getPropertyProvider() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRecycleInstances()
throws java.lang.Throwable
java.lang.Throwablepublic NetType GetRuntimeType(java.lang.String typeName) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, TypeLoadException, IndexOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, UnreachableException, ArgumentOutOfRangeException, FileLoadException, FileNotFoundException
public NetObject GetSerializer(NetType objectType, NetType serializerType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, FormatException, IndexOutOfRangeException, CultureNotFoundException, MissingMethodException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionFormatExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionMissingMethodExceptionpublic boolean getValidateRecycledTypes()
throws java.lang.Throwable
java.lang.Throwablepublic void removeSessionCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSessionDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setContainer(IContainer Container) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPreserveNames(boolean PreserveNames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setPropertyProvider(NetObject PropertyProvider) throws java.lang.Throwable
java.lang.Throwablepublic void setRecycleInstances(boolean RecycleInstances)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setValidateRecycledTypes(boolean ValidateRecycledTypes)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException