Package system.resources
Class ResXDataNode
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.resources.ResXDataNode
-
- All Implemented Interfaces:
IJCOBridgeReflected,ISerializable
public class ResXDataNode extends NetObject implements ISerializable
The base .NET class managing System.Resources.ResXDataNode, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Resources.ResXDataNode
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.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Resources.ResXDataNodestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ResXDataNode()ResXDataNode(java.lang.Object instance)Internal constructor.ResXDataNode(java.lang.String name, NetObject value)ResXDataNode(java.lang.String name, ResXFileRef fileRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResXDataNodecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoResXDataNode, a cast assert is made to check if types are compatible.java.lang.StringgetComment()ResXFileRefgetFileRef()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetName()PointGetNodePosition()NetObjectGetValue(ITypeResolutionService typeResolver)NetObjectGetValue(AssemblyName[] names)java.lang.StringGetValueTypeName(ITypeResolutionService typeResolver)java.lang.StringGetValueTypeName(AssemblyName[] names)voidsetComment(java.lang.String Comment)voidsetJCOInstance(JCObject instance)voidsetName(java.lang.String Name)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Resources.ResXDataNode- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResXDataNode
public ResXDataNode(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ResXDataNode
public ResXDataNode() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResXDataNode
public ResXDataNode(java.lang.String name, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
ResXDataNode
public ResXDataNode(java.lang.String name, ResXFileRef fileRef) throws java.lang.Throwable, ArgumentNullException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISerializable- 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- Specified by:
getJCOClassNamein interfaceISerializable- 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- Specified by:
getJCOObjectNamein interfaceISerializable- 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- Specified by:
getJCOInstancein interfaceISerializable- 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- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ResXDataNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoResXDataNode, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ResXDataNodeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetNodePosition
public Point GetNodePosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetValue
public NetObject GetValue(ITypeResolutionService typeResolver) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotSupportedException, SecurityException, NotImplementedException, MissingManifestResourceException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceException
-
GetValue
public NetObject GetValue(AssemblyName[] names) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotSupportedException, SecurityException, MissingManifestResourceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionMissingManifestResourceExceptionNotImplementedExceptionCultureNotFoundException
-
GetValueTypeName
public java.lang.String GetValueTypeName(ITypeResolutionService typeResolver) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, NotSupportedException, CultureNotFoundException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundException
-
GetValueTypeName
public java.lang.String GetValueTypeName(AssemblyName[] names) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, CultureNotFoundException
-
getFileRef
public ResXFileRef getFileRef() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
-
getComment
public java.lang.String getComment() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentNullException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
-