Package system.componentmodel
Class TypeDescriptor
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.TypeDescriptor
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class TypeDescriptor extends NetObject
The base .NET class managing System.ComponentModel.TypeDescriptor, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.TypeDescriptor
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: Systemstatic java.lang.StringclassNameQualified class name: System.ComponentModel.TypeDescriptorstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description TypeDescriptor()TypeDescriptor(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, 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- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.TypeDescriptor- See Also:
- Constant Field Values
-
-
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 TypeDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoTypeDescriptor, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
TypeDescriptorinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetAttributes
public static AttributeCollection GetAttributes(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetAttributes
public static AttributeCollection GetAttributes(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetAttributes
public static AttributeCollection GetAttributes(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
CreateDesigner
public static IDesigner CreateDesigner(IComponent component, NetType designerBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, MissingMethodException, TargetInvocationException
-
CreateEvent
public static EventDescriptor CreateEvent(NetType componentType, EventDescriptor oldEventDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
CreateEvent
public static EventDescriptor CreateEvent(NetType componentType, java.lang.String name, NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotSupportedException
-
CreateProperty
public static PropertyDescriptor CreateProperty(NetType componentType, PropertyDescriptor oldPropertyDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException
-
CreateProperty
public static PropertyDescriptor CreateProperty(NetType componentType, java.lang.String name, NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotSupportedException
-
GetConverter
public static TypeConverter GetConverter(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetConverter
public static TypeConverter GetConverter(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetConverter
public static TypeConverter GetConverter(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
AddAttributes
public static TypeDescriptionProvider AddAttributes(NetObject instance, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
AddAttributes
public static TypeDescriptionProvider AddAttributes(NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException
-
GetProvider
public static TypeDescriptionProvider GetProvider(NetObject instance) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetProvider
public static TypeDescriptionProvider GetProvider(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException
-
CreateInstance
public static NetObject CreateInstance(IServiceProvider provider, NetType objectType, NetType[] argTypes, NetObject[] args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityException
-
GetAssociation
public static NetObject GetAssociation(NetType type, NetObject primary) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentException
-
GetEditor
public static NetObject GetEditor(NetObject component, NetType editorBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetEditor
public static NetObject GetEditor(NetObject component, NetType editorBaseType, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetEditor
public static NetObject GetEditor(NetType type, NetType editorBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetClassName
public static java.lang.String GetClassName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetClassName
public static java.lang.String GetClassName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetClassName
public static java.lang.String GetClassName(NetType componentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException
-
GetComponentName
public static java.lang.String GetComponentName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
GetComponentName
public static java.lang.String GetComponentName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityException
-
GetFullComponentName
public static java.lang.String GetFullComponentName(NetObject component) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException
-
GetReflectionType
public static NetType GetReflectionType(NetObject instance) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException
-
GetReflectionType
public static NetType GetReflectionType(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException
-
AddEditorTable
public static void AddEditorTable(NetType editorBaseType, Hashtable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
AddProvider
public static void AddProvider(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
AddProvider
public static void AddProvider(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException
-
AddProviderTransparent
public static void AddProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionSecurityException
-
AddProviderTransparent
public static void AddProviderTransparent(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionSecurityException
-
CreateAssociation
public static void CreateAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
Refresh
public static void Refresh(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, FormatException
-
Refresh
public static void Refresh(Assembly assembly) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
Refresh
public static void Refresh(Module module) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
Refresh
public static void Refresh(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, FormatException
-
RemoveAssociation
public static void RemoveAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentException
-
RemoveAssociations
public static void RemoveAssociations(NetObject primary) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
RemoveProvider
public static void RemoveProvider(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexException
-
RemoveProvider
public static void RemoveProvider(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexException
-
RemoveProviderTransparent
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionSecurityException
-
RemoveProviderTransparent
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionSecurityException
-
SortDescriptorArray
public static void SortDescriptorArray(IList infos) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationException
-
getComNativeDescriptorHandler
public static IComNativeDescriptorHandler getComNativeDescriptorHandler() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException
-
setComNativeDescriptorHandler
public static void setComNativeDescriptorHandler(IComNativeDescriptorHandler ComNativeDescriptorHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, TypeLoadException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException
-
getComObjectType
public static NetType getComObjectType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInterfaceType
public static NetType getInterfaceType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-