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.StringassemblyFullNameFully assembly qualified name: System.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xamlstatic java.lang.StringclassNameQualified class name: System.Xaml.XamlTypestatic JCTypeclassTypeThe 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.ThrowableInternal 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XamlType cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXamlType, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XamlTypeinstance- 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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFileLoadExceptionCultureNotFoundExceptionSecurityExceptionArgumentNullExceptionOutOfMemoryExceptionKeyNotFoundException
-
Equals
public boolean Equals(XamlType other) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionNotSupportedException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSecurityExceptionOutOfMemoryExceptionXamlSchemaExceptionKeyNotFoundException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedException
-
getContentProperty
public XamlMember getContentProperty() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSecurityExceptionOutOfMemoryExceptionXamlSchemaExceptionNotSupportedExceptionKeyNotFoundException
-
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
-
-