Class AttributedModelServices
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.composition.AttributedModelServices
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AttributedModelServices extends NetObject
The base .NET class managing System.ComponentModel.Composition.AttributedModelServices, System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Composition.AttributedModelServices
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.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.ComponentModel.Compositionstatic java.lang.StringclassNameQualified class name: System.ComponentModel.Composition.AttributedModelServicesstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AttributedModelServices()AttributedModelServices(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComposablePartAddPart(CompositionBatch batch, NetObject attributedPart)static AttributedModelServicescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoAttributedModelServices, a cast assert is made to check if types are compatible.static voidComposeParts(CompositionContainer container, NetObject... attributedParts)static ComposablePartCreatePart(NetObject attributedPart)static ComposablePartCreatePart(NetObject attributedPart, ReflectionContext reflectionContext)static ComposablePartCreatePart(ComposablePartDefinition partDefinition, NetObject attributedPart)static ComposablePartDefinitionCreatePartDefinition(NetType type, ICompositionElement origin)static ComposablePartDefinitionCreatePartDefinition(NetType type, ICompositionElement origin, boolean ensureIsDiscoverable)static booleanExports(ComposablePartDefinition part, NetType contractType)static java.lang.StringGetContractName(NetType type)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 Typestatic java.lang.StringGetTypeIdentity(NetType type)static java.lang.StringGetTypeIdentity(MethodInfo method)static booleanImports(ComposablePartDefinition part, NetType contractType)static booleanImports(ComposablePartDefinition part, NetType contractType, ImportCardinality importCardinality)static ComposablePartSatisfyImportsOnce(ICompositionService compositionService, NetObject attributedPart)static ComposablePartSatisfyImportsOnce(ICompositionService compositionService, NetObject attributedPart, ReflectionContext reflectionContext)voidsetJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ComponentModel.Composition, 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.ComponentModel.Composition- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.Composition.AttributedModelServices- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttributedModelServices
public AttributedModelServices(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
AttributedModelServices
public AttributedModelServices() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
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 AttributedModelServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoAttributedModelServices, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
AttributedModelServicesinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Exports
public static boolean Exports(ComposablePartDefinition part, NetType contractType) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, InvalidOperationException
-
Imports
public static boolean Imports(ComposablePartDefinition part, NetType contractType) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, InvalidOperationException
-
Imports
public static boolean Imports(ComposablePartDefinition part, NetType contractType, ImportCardinality importCardinality) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, InvalidOperationException
-
AddPart
public static ComposablePart AddPart(CompositionBatch batch, NetObject attributedPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
CreatePart
public static ComposablePart CreatePart(ComposablePartDefinition partDefinition, NetObject attributedPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationException
-
CreatePart
public static ComposablePart CreatePart(NetObject attributedPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException
-
CreatePart
public static ComposablePart CreatePart(NetObject attributedPart, ReflectionContext reflectionContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotImplementedException
-
SatisfyImportsOnce
public static ComposablePart SatisfyImportsOnce(ICompositionService compositionService, NetObject attributedPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationException
-
SatisfyImportsOnce
public static ComposablePart SatisfyImportsOnce(ICompositionService compositionService, NetObject attributedPart, ReflectionContext reflectionContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotImplementedException
-
CreatePartDefinition
public static ComposablePartDefinition CreatePartDefinition(NetType type, ICompositionElement origin) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedException
-
CreatePartDefinition
public static ComposablePartDefinition CreatePartDefinition(NetType type, ICompositionElement origin, boolean ensureIsDiscoverable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
GetContractName
public static java.lang.String GetContractName(NetType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, InvalidOperationException
-
GetTypeIdentity
public static java.lang.String GetTypeIdentity(MethodInfo method) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, NotSupportedException, InvalidOperationException
-
GetTypeIdentity
public static java.lang.String GetTypeIdentity(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, NotSupportedException
-
ComposeParts
public static void ComposeParts(CompositionContainer container, NetObject... attributedParts) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, NotImplementedException, CompositionException, ChangeRejectedException, MulticastNotSupportedException
-
-