Package system.xml
Class XmlDictionaryReaderQuotas
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlDictionaryReaderQuotas
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlDictionaryReaderQuotas extends NetObject
The base .NET class managing System.Xml.XmlDictionaryReaderQuotas, System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDictionaryReaderQuotas
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Private.DataContractSerializationstatic java.lang.String
className
Qualified class name: System.Xml.XmlDictionaryReaderQuotasstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlDictionaryReaderQuotas()
XmlDictionaryReaderQuotas(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlDictionaryReaderQuotas
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlDictionaryReaderQuotas
, a cast assert is made to check if types are compatible.void
CopyTo(XmlDictionaryReaderQuotas quotas)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic XmlDictionaryReaderQuotas
getMax()
int
getMaxArrayLength()
int
getMaxBytesPerRead()
int
getMaxDepth()
int
getMaxNameTableCharCount()
int
getMaxStringContentLength()
XmlDictionaryReaderQuotaTypes
getModifiedQuotas()
void
setJCOInstance(JCObject instance)
void
setMaxArrayLength(int MaxArrayLength)
void
setMaxBytesPerRead(int MaxBytesPerRead)
void
setMaxDepth(int MaxDepth)
void
setMaxNameTableCharCount(int MaxNameTableCharCount)
void
setMaxStringContentLength(int MaxStringContentLength)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.DataContractSerialization- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlDictionaryReaderQuotas- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlDictionaryReaderQuotas
public XmlDictionaryReaderQuotas(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlDictionaryReaderQuotas
public XmlDictionaryReaderQuotas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlDictionaryReaderQuotas cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlDictionaryReaderQuotas
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlDictionaryReaderQuotas
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CopyTo
public void CopyTo(XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getMaxArrayLength
public int getMaxArrayLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxArrayLength
public void setMaxArrayLength(int MaxArrayLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getMaxBytesPerRead
public int getMaxBytesPerRead() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxBytesPerRead
public void setMaxBytesPerRead(int MaxBytesPerRead) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getMaxDepth
public int getMaxDepth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxDepth
public void setMaxDepth(int MaxDepth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getMaxNameTableCharCount
public int getMaxNameTableCharCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxNameTableCharCount
public void setMaxNameTableCharCount(int MaxNameTableCharCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getMaxStringContentLength
public int getMaxStringContentLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxStringContentLength
public void setMaxStringContentLength(int MaxStringContentLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getMax
public static XmlDictionaryReaderQuotas getMax() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getModifiedQuotas
public XmlDictionaryReaderQuotaTypes getModifiedQuotas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-