public class TypeDescriptor extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.TypeDescriptor
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ComponentModel.TypeConverter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.ComponentModel.TypeConverter
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.TypeDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TypeDescriptor() |
TypeDescriptor(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TypeDescriptor()
throws java.lang.Throwable
java.lang.Throwablepublic TypeDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static TypeDescriptionProvider AddAttributes(NetObject instance, Attribute... attributes) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void AddEditorTable(NetType editorBaseType, Hashtable table) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, NullReferenceException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void AddProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionEventSourceExceptionKeyNotFoundExceptionpublic static TypeDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TypeDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTypeDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic static void CreateAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionFormatExceptionpublic static IDesigner CreateDesigner(IComponent component, NetType designerBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public static EventDescriptor CreateEvent(NetType componentType, EventDescriptor oldEventDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionpublic 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
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionTypeLoadExceptionFileLoadExceptionpublic static PropertyDescriptor CreateProperty(NetType componentType, PropertyDescriptor oldPropertyDescriptor, Attribute... attributes) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
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
public static NetObject GetAssociation(NetType type, NetObject primary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
public static AttributeCollection GetAttributes(NetObject component) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, OutOfMemoryException
public static AttributeCollection GetAttributes(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
public static AttributeCollection GetAttributes(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, FormatException, IndexOutOfRangeException
public static java.lang.String GetClassName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public static java.lang.String GetClassName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException
public static java.lang.String GetClassName(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
public static IComNativeDescriptorHandler getComNativeDescriptorHandler() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, TypeLoadException, FileLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionTypeLoadExceptionFileLoadExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic static NetType getComObjectType() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String GetComponentName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public static java.lang.String GetComponentName(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException
public static TypeConverter GetConverter(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public static TypeConverter GetConverter(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException
public static TypeConverter GetConverter(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, KeyNotFoundException
public static TypeConverter GetConverterFromRegisteredType(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException, NotImplementedException
public static TypeConverter GetConverterFromRegisteredType(NetType type) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, KeyNotFoundException, NotImplementedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotImplementedExceptionpublic static EventDescriptor GetDefaultEvent(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public static EventDescriptor GetDefaultEvent(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException
public static EventDescriptor GetDefaultEvent(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, CultureNotFoundException
public static PropertyDescriptor GetDefaultProperty(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public static PropertyDescriptor GetDefaultProperty(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException
public static PropertyDescriptor GetDefaultProperty(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException, OutOfMemoryException, CultureNotFoundException
public static NetObject GetEditor(NetObject component, NetType editorBaseType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
public static NetObject GetEditor(NetObject component, NetType editorBaseType, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionpublic static EventDescriptorCollection GetEvents(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
public static EventDescriptorCollection GetEvents(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
public static EventDescriptorCollection GetEvents(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
public static EventDescriptorCollection GetEvents(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
public static EventDescriptorCollection GetEvents(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
public static EventDescriptorCollection GetEventsFromRegisteredType(NetType componentType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionpublic static java.lang.String GetFullComponentName(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
public static NetType getInterfaceType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static PropertyDescriptorCollection GetProperties(NetObject component) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public static PropertyDescriptorCollection GetProperties(NetObject component, Attribute[] attributes, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
public static PropertyDescriptorCollection GetProperties(NetObject component, boolean noCustomTypeDesc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException
public static PropertyDescriptorCollection GetProperties(NetType componentType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
public static PropertyDescriptorCollection GetProperties(NetType componentType, Attribute[] attributes) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, TypeLoadException, MissingMethodException, TargetInvocationException
public static PropertyDescriptorCollection GetPropertiesFromRegisteredType(NetObject component) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NotImplementedException, OutOfMemoryException
public static PropertyDescriptorCollection GetPropertiesFromRegisteredType(NetType componentType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionpublic static TypeDescriptionProvider GetProvider(NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, TypeLoadException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic static TypeDescriptionProvider GetProvider(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic static NetType GetReflectionType(NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException
public static NetType GetReflectionType(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, TypeLoadException, FileLoadException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void Refresh(Assembly assembly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, KeyNotFoundException
public static void Refresh(Module module) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, KeyNotFoundException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionFormatExceptionpublic static void Refresh(NetObject component) throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, NotSupportedException, KeyNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException
public static void Refresh(NetType type) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, KeyNotFoundException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionFormatExceptionpublic static void RemoveAssociation(NetObject primary, NetObject secondary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
public static void RemoveAssociations(NetObject primary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException
public static void RemoveProvider(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
public static void RemoveProvider(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetObject instance) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
public static void RemoveProviderTransparent(TypeDescriptionProvider provider, NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, IndexOutOfRangeException
public static void setComNativeDescriptorHandler(IComNativeDescriptorHandler ComNativeDescriptorHandler) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, TypeLoadException, FileLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionTypeLoadExceptionFileLoadExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SortDescriptorArray(IList infos) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException