Package system.xaml
Class XamlType
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xaml.XamlType
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XamlType extends NetObject
The base .NET class managing System.Xaml.XamlType, System.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xaml.XamlType
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.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Xamlstatic java.lang.String
className
Qualified class name: System.Xaml.XamlTypestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XamlType()
XamlType(java.lang.Object instance)
Internal constructor.XamlType(NetType underlyingType, XamlSchemaContext schemaContext)
XamlType(NetType underlyingType, XamlSchemaContext schemaContext, XamlTypeInvoker invoker)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Xaml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xaml.XamlType- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XamlType
public XamlType(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XamlType
public XamlType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XamlType
public XamlType(NetType underlyingType, XamlSchemaContext schemaContext, XamlTypeInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException
-
XamlType
public XamlType(NetType underlyingType, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, KeyNotFoundException
-
-
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 XamlType cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXamlType
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XamlType
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CanAssignTo
public boolean CanAssignTo(XamlType xamlType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, ArgumentNullException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
ArgumentNullException
OutOfMemoryException
KeyNotFoundException
-
Equals
public boolean Equals(XamlType other) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
-
GetAliasedProperty
public XamlMember GetAliasedProperty(XamlDirective directive) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, MissingMemberException, NotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
MissingMethodException
TargetInvocationException
MissingMemberException
NotSupportedException
IndexOutOfRangeException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
KeyNotFoundException
-
GetAttachableMember
public XamlMember GetAttachableMember(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, XamlSchemaException
-
GetMember
public XamlMember GetMember(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, XamlSchemaException
-
getConstructionRequiresArguments
public boolean getConstructionRequiresArguments() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsAmbient
public boolean getIsAmbient() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsArray
public boolean getIsArray() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException
-
getIsCollection
public boolean getIsCollection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException
-
getIsConstructible
public boolean getIsConstructible() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsDictionary
public boolean getIsDictionary() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException
-
getIsGeneric
public boolean getIsGeneric() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMarkupExtension
public boolean getIsMarkupExtension() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsNameScope
public boolean getIsNameScope() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsNameValid
public boolean getIsNameValid() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException
-
getIsNullable
public boolean getIsNullable() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsPublic
public boolean getIsPublic() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsUnknown
public boolean getIsUnknown() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
-
getIsUsableDuringInitialization
public boolean getIsUsableDuringInitialization() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsWhitespaceSignificantCollection
public boolean getIsWhitespaceSignificantCollection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getIsXData
public boolean getIsXData() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getTrimSurroundingWhitespace
public boolean getTrimSurroundingWhitespace() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, NotSupportedException, OutOfMemoryException, XamlSchemaException
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredXamlNamespace
public java.lang.String getPreferredXamlNamespace() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, KeyNotFoundException, XamlSchemaException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getUnderlyingType
public NetType getUnderlyingType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInvoker
public XamlTypeInvoker getInvoker() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
-
getContentProperty
public XamlMember getContentProperty() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
NotSupportedException
KeyNotFoundException
-
getSchemaContext
public XamlSchemaContext getSchemaContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBaseType
public XamlType getBaseType() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
getItemType
public XamlType getItemType() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException, XamlSchemaException
-
getKeyType
public XamlType getKeyType() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, NotSupportedException, ObjectDisposedException, IndexOutOfRangeException, FormatException, XamlSchemaException
-
getMarkupExtensionReturnType
public XamlType getMarkupExtensionReturnType() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, CultureNotFoundException, NotSupportedException, XamlSchemaException, TypeLoadException, ArgumentOutOfRangeException
-
-