Package system.xaml
Class XamlMember
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xaml.XamlMember
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
XamlDirective
public class XamlMember extends NetObject
The base .NET class managing System.Xaml.XamlMember, System.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xaml.XamlMember
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.XamlMemberstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XamlMember()
XamlMember(java.lang.Object instance)
Internal constructor.XamlMember(java.lang.String attachablePropertyName, MethodInfo getter, MethodInfo setter, XamlSchemaContext schemaContext)
XamlMember(java.lang.String attachablePropertyName, MethodInfo getter, MethodInfo setter, XamlSchemaContext schemaContext, XamlMemberInvoker invoker)
XamlMember(java.lang.String attachableEventName, MethodInfo adder, XamlSchemaContext schemaContext)
XamlMember(java.lang.String attachableEventName, MethodInfo adder, XamlSchemaContext schemaContext, XamlMemberInvoker invoker)
XamlMember(java.lang.String name, XamlType declaringType, boolean isAttachable)
XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext)
XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker)
XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext)
XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XamlMember
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXamlMember
, a cast assert is made to check if types are compatible.boolean
Equals(XamlMember other)
XamlType
getDeclaringType()
XamlMemberInvoker
getInvoker()
boolean
getIsAmbient()
boolean
getIsAttachable()
boolean
getIsDirective()
boolean
getIsEvent()
boolean
getIsNameValid()
boolean
getIsReadOnly()
boolean
getIsReadPublic()
boolean
getIsUnknown()
boolean
getIsWriteOnly()
boolean
getIsWritePublic()
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 Typejava.lang.String
getName()
java.lang.String
getPreferredXamlNamespace()
DesignerSerializationVisibility
getSerializationVisibility()
XamlType
getTargetType()
XamlType
getType()
MemberInfo
getUnderlyingMember()
void
setJCOInstance(JCObject instance)
-
-
-
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.XamlMember- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XamlMember
public XamlMember(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XamlMember
public XamlMember() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XamlMember
public XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
XamlMember
public XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException
-
XamlMember
public XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
XamlMember
public XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException
-
XamlMember
public XamlMember(java.lang.String attachablePropertyName, MethodInfo getter, MethodInfo setter, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
XamlMember
public XamlMember(java.lang.String attachablePropertyName, MethodInfo getter, MethodInfo setter, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException
-
XamlMember
public XamlMember(java.lang.String attachableEventName, MethodInfo adder, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
XamlMember
public XamlMember(java.lang.String attachableEventName, MethodInfo adder, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException
-
XamlMember
public XamlMember(java.lang.String name, XamlType declaringType, boolean isAttachable) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
-
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 XamlMember cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXamlMember
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XamlMember
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Equals
public boolean Equals(XamlMember other) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
getIsAmbient
public boolean getIsAmbient() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, SecurityException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
ArgumentException
SecurityException
-
getIsAttachable
public boolean getIsAttachable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDirective
public boolean getIsDirective() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEvent
public boolean getIsEvent() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, SecurityException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
ArgumentException
SecurityException
-
getIsNameValid
public boolean getIsNameValid() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, SecurityException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
ArgumentException
SecurityException
-
getIsReadPublic
public boolean getIsReadPublic() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, XamlSchemaException
-
getIsUnknown
public boolean getIsUnknown() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
MissingMemberException
InvalidOperationException
ArgumentException
PlatformNotSupportedException
-
getIsWriteOnly
public boolean getIsWriteOnly() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, SecurityException
- Throws:
java.lang.Throwable
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
ArgumentException
SecurityException
-
getIsWritePublic
public boolean getIsWritePublic() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, XamlSchemaException
-
getSerializationVisibility
public DesignerSerializationVisibility getSerializationVisibility() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, SecurityException, ArgumentNullException, FormatException, XamlSchemaException
-
getUnderlyingMember
public MemberInfo getUnderlyingMember() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, KeyNotFoundException, XamlSchemaException, ArrayTypeMismatchException
-
getInvoker
public XamlMemberInvoker getInvoker() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, ArgumentException, PlatformNotSupportedException, ArgumentNullException
- Throws:
java.lang.Throwable
MissingMemberException
InvalidOperationException
ArgumentException
PlatformNotSupportedException
ArgumentNullException
-
getDeclaringType
public XamlType getDeclaringType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetType
public XamlType getTargetType() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException
- Throws:
java.lang.Throwable
MissingMemberException
InvalidOperationException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
KeyNotFoundException
-
getType
public XamlType getType() throws java.lang.Throwable, MissingMemberException, InvalidOperationException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException
- Throws:
java.lang.Throwable
MissingMemberException
InvalidOperationException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
KeyNotFoundException
-
-