public interface ICustomTypeDescriptor extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.ICustomTypeDescriptor
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.ICustomTypeDescriptor
|
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
AttributeCollection GetAttributes() throws java.lang.Throwable
java.lang.Throwablejava.lang.String GetClassName()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String GetComponentName()
throws java.lang.Throwable
java.lang.ThrowableTypeConverter GetConverter() throws java.lang.Throwable
java.lang.ThrowableTypeConverter GetConverterFromRegisteredType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, NotImplementedException
EventDescriptor GetDefaultEvent() throws java.lang.Throwable
java.lang.ThrowablePropertyDescriptor GetDefaultProperty() throws java.lang.Throwable
java.lang.ThrowableNetObject GetEditor(NetType editorBaseType) throws java.lang.Throwable
java.lang.ThrowableEventDescriptorCollection GetEvents() throws java.lang.Throwable
java.lang.ThrowableEventDescriptorCollection GetEvents(Attribute[] attributes) throws java.lang.Throwable
java.lang.ThrowableEventDescriptorCollection GetEventsFromRegisteredType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, NotImplementedException
java.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated ClassPropertyDescriptorCollection GetProperties() throws java.lang.Throwable
java.lang.ThrowablePropertyDescriptorCollection GetProperties(Attribute[] attributes) throws java.lang.Throwable
java.lang.ThrowablePropertyDescriptorCollection GetPropertiesFromRegisteredType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, NotImplementedException
NetObject GetPropertyOwner(PropertyDescriptor pd) throws java.lang.Throwable
java.lang.Throwablestatic ICustomTypeDescriptor ToICustomTypeDescriptor(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ICustomTypeDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedICustomTypeDescriptor instancejava.lang.Throwable - in case of error during cast operation