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.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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.String
assemblyFullName
Fully assembly qualified name: System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.ComponentModel.TypeConverterstatic java.lang.String
className
Qualified class name: System.ComponentModel.TypeDescriptorstatic JCType
classType
The 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.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ComponentModel.TypeConverter- 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: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 TypeDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoTypeDescriptor
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
TypeDescriptor
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetAttributes
public static AttributeCollection GetAttributes(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
-
GetAttributes
public static AttributeCollection GetAttributes(NetObject component) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
GetAttributes
public static AttributeCollection GetAttributes(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, FormatException, IndexOutOfRangeException
-
CreateDesigner
public static IDesigner CreateDesigner(IComponent component, NetType designerBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
CreateEvent
public static EventDescriptor CreateEvent(NetType componentType, EventDescriptor oldEventDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
ArgumentException
-
CreateEvent
public static EventDescriptor CreateEvent(NetType componentType, java.lang.String name, NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
-
GetDefaultEvent
public static EventDescriptor GetDefaultEvent(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, CultureNotFoundException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
-
GetEvents
public static EventDescriptorCollection GetEvents(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
-
GetEventsFromRegisteredType
public static EventDescriptorCollection GetEventsFromRegisteredType(NetType componentType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
MissingMethodException
TargetInvocationException
NotImplementedException
-
CreateProperty
public static PropertyDescriptor CreateProperty(NetType componentType, PropertyDescriptor oldPropertyDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
CreateProperty
public static PropertyDescriptor CreateProperty(NetType componentType, java.lang.String name, NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
-
GetDefaultProperty
public static PropertyDescriptor GetDefaultProperty(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, CultureNotFoundException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
-
GetProperties
public static PropertyDescriptorCollection GetProperties(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
-
GetPropertiesFromRegisteredType
public static PropertyDescriptorCollection GetPropertiesFromRegisteredType(NetObject component) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NotImplementedException, OutOfMemoryException
-
GetPropertiesFromRegisteredType
public static PropertyDescriptorCollection GetPropertiesFromRegisteredType(NetType componentType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
MissingMethodException
TargetInvocationException
NotImplementedException
-
GetConverter
public static TypeConverter GetConverter(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException
-
GetConverter
public static TypeConverter GetConverter(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
-
GetConverter
public static TypeConverter GetConverter(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, KeyNotFoundException
-
GetConverterFromRegisteredType
public static TypeConverter GetConverterFromRegisteredType(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException, NotImplementedException
-
GetConverterFromRegisteredType
public static TypeConverter GetConverterFromRegisteredType(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, KeyNotFoundException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
TypeLoadException
MissingMethodException
TargetInvocationException
OutOfMemoryException
KeyNotFoundException
NotImplementedException
-
AddAttributes
public static TypeDescriptionProvider AddAttributes(NetObject instance, Attribute... attributes) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
-
AddAttributes
public static TypeDescriptionProvider AddAttributes(NetType type, Attribute... attributes) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
FileLoadException
MissingMethodException
TargetInvocationException
-
GetProvider
public static TypeDescriptionProvider GetProvider(NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
IndexOutOfRangeException
TypeLoadException
MissingMethodException
TargetInvocationException
-
GetProvider
public static TypeDescriptionProvider GetProvider(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
TypeLoadException
FileLoadException
MissingMethodException
TargetInvocationException
-
CreateInstance
public static NetObject CreateInstance(IServiceProvider provider, NetType objectType, NetType[] argTypes, NetObject[] args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, CultureNotFoundException, TypeLoadException, FileLoadException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
NullReferenceException
MissingMethodException
TargetInvocationException
IndexOutOfRangeException
CultureNotFoundException
TypeLoadException
FileLoadException
-
GetAssociation
public static NetObject GetAssociation(NetType type, NetObject primary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
-
GetEditor
public static NetObject GetEditor(NetObject component, NetType editorBaseType, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
GetEditor
public static NetObject GetEditor(NetObject component, NetType editorBaseType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
-
GetEditor
public static NetObject GetEditor(NetType type, NetType editorBaseType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
MissingMethodException
TargetInvocationException
OutOfMemoryException
-
GetClassName
public static java.lang.String GetClassName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException
-
GetClassName
public static java.lang.String GetClassName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
-
GetClassName
public static java.lang.String GetClassName(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
-
GetComponentName
public static java.lang.String GetComponentName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException
-
GetComponentName
public static java.lang.String GetComponentName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
-
GetFullComponentName
public static java.lang.String GetFullComponentName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
-
GetReflectionType
public static NetType GetReflectionType(NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
-
GetReflectionType
public static NetType GetReflectionType(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
FileLoadException
MissingMethodException
TargetInvocationException
-
AddEditorTable
public static void AddEditorTable(NetType editorBaseType, Hashtable table) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, NullReferenceException
-
AddProvider
public static void AddProvider(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
IndexOutOfRangeException
TypeLoadException
MissingMethodException
TargetInvocationException
-
AddProvider
public static void AddProvider(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
TypeLoadException
FileLoadException
MissingMethodException
TargetInvocationException
-
AddProviderTransparent
public static void AddProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
-
AddProviderTransparent
public static void AddProviderTransparent(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException, FormatException, EventSourceException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
TypeLoadException
FileLoadException
MissingMethodException
TargetInvocationException
FormatException
EventSourceException
KeyNotFoundException
-
CreateAssociation
public static void CreateAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
NullReferenceException
FormatException
-
Refresh
public static void Refresh(NetObject component) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, KeyNotFoundException, IndexOutOfRangeException
-
Refresh
public static void Refresh(Assembly assembly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, KeyNotFoundException
-
Refresh
public static void Refresh(Module module) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, KeyNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
KeyNotFoundException
FormatException
-
Refresh
public static void Refresh(NetType type) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, KeyNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
KeyNotFoundException
FormatException
-
RemoveAssociation
public static void RemoveAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
-
RemoveAssociations
public static void RemoveAssociations(NetObject primary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
-
RemoveProvider
public static void RemoveProvider(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
-
RemoveProvider
public static void RemoveProvider(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
-
RemoveProviderTransparent
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
-
RemoveProviderTransparent
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
-
SortDescriptorArray
public static void SortDescriptorArray(IList infos) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getComNativeDescriptorHandler
public static IComNativeDescriptorHandler getComNativeDescriptorHandler() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, TypeLoadException, FileLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
TypeLoadException
FileLoadException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
-
setComNativeDescriptorHandler
public static void setComNativeDescriptorHandler(IComNativeDescriptorHandler ComNativeDescriptorHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, TypeLoadException, FileLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
TypeLoadException
FileLoadException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
-
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
-
-