public class XmlSerializer extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlSerializer
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.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Serialization.XmlSerializer
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSerializer() |
XmlSerializer(NetType type) |
XmlSerializer(NetType type,
NetType[] extraTypes) |
XmlSerializer(NetType type,
java.lang.String defaultNamespace) |
XmlSerializer(NetType type,
XmlAttributeOverrides overrides) |
XmlSerializer(NetType type,
XmlAttributeOverrides overrides,
NetType[] extraTypes,
XmlRootAttribute root,
java.lang.String defaultNamespace) |
XmlSerializer(NetType type,
XmlAttributeOverrides overrides,
NetType[] extraTypes,
XmlRootAttribute root,
java.lang.String defaultNamespace,
java.lang.String location) |
XmlSerializer(NetType type,
XmlRootAttribute root) |
XmlSerializer(java.lang.Object instance)
Internal constructor.
|
XmlSerializer(XmlTypeMapping xmlTypeMapping) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSerializer()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSerializer(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, NullReferenceException, ArrayTypeMismatchException, CryptographicException, OutOfMemoryException, FileNotFoundException, RankException, EventSourceException, FileLoadException, CultureNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionNullReferenceExceptionArrayTypeMismatchExceptionCryptographicExceptionOutOfMemoryExceptionFileNotFoundExceptionRankExceptionEventSourceExceptionFileLoadExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSerializer(NetType type, NetType[] extraTypes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
public XmlSerializer(NetType type, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, NullReferenceException, CryptographicException, OutOfMemoryException, CultureNotFoundException, FileNotFoundException, EventSourceException, KeyNotFoundException, FileLoadException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionCryptographicExceptionOutOfMemoryExceptionCultureNotFoundExceptionFileNotFoundExceptionEventSourceExceptionKeyNotFoundExceptionFileLoadExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSerializer(NetType type, XmlAttributeOverrides overrides) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
public XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, java.lang.String defaultNamespace, java.lang.String location) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, CultureNotFoundException, KeyNotFoundException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionCultureNotFoundExceptionKeyNotFoundExceptionInvalidCastExceptionpublic XmlSerializer(NetType type, XmlRootAttribute root) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, KeyNotFoundException
public XmlSerializer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlSerializer(XmlTypeMapping xmlTypeMapping) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void addUnknownAttribute(XmlAttributeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnknownElement(XmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnknownNode(XmlNodeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnreferencedObject(UnreferencedObjectEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic boolean CanDeserialize(XmlReader xmlReader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, KeyNotFoundException
public static XmlSerializer cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSerializer, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSerializer instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Deserialize(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, FormatException, XmlException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IOException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionXmlExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionIOExceptionOverflowExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic NetObject Deserialize(TextReader textReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, XmlException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException, ArgumentNullException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionXmlExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionArgumentNullExceptionOverflowExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionArrayTypeMismatchExceptionpublic NetObject Deserialize(XmlReader xmlReader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, XmlException, OutOfMemoryException, NotSupportedException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionXmlExceptionOutOfMemoryExceptionNotSupportedExceptionOverflowExceptionIndexOutOfRangeExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionArrayTypeMismatchExceptionpublic NetObject Deserialize(XmlReader xmlReader, java.lang.String encodingStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FormatException, XmlException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionXmlExceptionOutOfMemoryExceptionOverflowExceptionIndexOutOfRangeExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic NetObject Deserialize(XmlReader xmlReader, java.lang.String encodingStyle, XmlDeserializationEvents events) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, XmlException, OverflowException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionXmlExceptionOverflowExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic NetObject Deserialize(XmlReader xmlReader, XmlDeserializationEvents events) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FormatException, XmlException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionXmlExceptionOutOfMemoryExceptionOverflowExceptionIndexOutOfRangeExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic static XmlSerializer[] FromMappings(XmlMapping[] mappings) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArrayTypeMismatchException, CryptographicException, FormatException, OutOfMemoryException, FileNotFoundException, RankException, EventSourceException, FileLoadException, CultureNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, KeyNotFoundException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionArrayTypeMismatchExceptionCryptographicExceptionFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionRankExceptionEventSourceExceptionFileLoadExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionKeyNotFoundExceptionInvalidCastExceptionpublic static XmlSerializer[] FromMappings(XmlMapping[] mappings, NetType type) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArrayTypeMismatchException, CryptographicException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, FileNotFoundException, RankException, EventSourceException, KeyNotFoundException, FileLoadException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionArrayTypeMismatchExceptionCryptographicExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionFileNotFoundExceptionRankExceptionEventSourceExceptionKeyNotFoundExceptionFileLoadExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionpublic static XmlSerializer[] FromTypes(NetType[] types) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, NotSupportedException, NullReferenceException, FileNotFoundException, EventSourceException, FileLoadException, CultureNotFoundException, KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionEventSourceExceptionFileLoadExceptionCultureNotFoundExceptionKeyNotFoundExceptionpublic 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 static java.lang.String GetXmlSerializerAssemblyName(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, CryptographicException, IndexOutOfRangeException, FormatException, OutOfMemoryException
public static java.lang.String GetXmlSerializerAssemblyName(NetType type, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, OverflowException, IndexOutOfRangeException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionOverflowExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionpublic void removeUnknownAttribute(XmlAttributeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnknownElement(XmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnknownNode(XmlNodeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnreferencedObject(UnreferencedObjectEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Serialize(Stream stream, NetObject o) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, FormatException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionFormatExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic void Serialize(Stream stream, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, UnreachableException, InvalidOperationException, OutOfMemoryException, ArrayTypeMismatchException, RankException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionNullReferenceExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionUnreachableExceptionInvalidOperationExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionRankExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Serialize(TextWriter textWriter, NetObject o) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotImplementedException, KeyNotFoundException, NotSupportedException, MissingMethodException
public void Serialize(TextWriter textWriter, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, UnreachableException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionUnreachableExceptionPlatformNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Serialize(XmlWriter xmlWriter, NetObject o) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, java.lang.String encodingStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionpublic void Serialize(XmlWriter xmlWriter, NetObject o, XmlSerializerNamespaces namespaces, java.lang.String encodingStyle, java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, KeyNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject