public class TableIndex extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Metadata.Ecma335.TableIndex
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
TableIndex() |
TableIndex(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static TableIndex Assembly
public static final java.lang.String assemblyFullName
public static TableIndex AssemblyOS
public static TableIndex AssemblyProcessor
public static TableIndex AssemblyRef
public static TableIndex AssemblyRefOS
public static TableIndex AssemblyRefProcessor
public static final java.lang.String assemblyShortName
public static TableIndex ClassLayout
public static final java.lang.String className
public static TableIndex Constant
public static TableIndex CustomAttribute
public static TableIndex CustomDebugInformation
public static TableIndex DeclSecurity
public static TableIndex Document
public static TableIndex EncLog
public static TableIndex EncMap
public static TableIndex Event
public static TableIndex EventMap
public static TableIndex EventPtr
public static TableIndex ExportedType
public static TableIndex Field
public static TableIndex FieldLayout
public static TableIndex FieldMarshal
public static TableIndex FieldPtr
public static TableIndex FieldRva
public static TableIndex File
public static TableIndex GenericParam
public static TableIndex GenericParamConstraint
public static TableIndex ImplMap
public static TableIndex ImportScope
public static TableIndex InterfaceImpl
public static TableIndex LocalConstant
public static TableIndex LocalScope
public static TableIndex LocalVariable
public static TableIndex ManifestResource
public static TableIndex MemberRef
public static TableIndex MethodDebugInformation
public static TableIndex MethodDef
public static TableIndex MethodImpl
public static TableIndex MethodPtr
public static TableIndex MethodSemantics
public static TableIndex MethodSpec
public static TableIndex Module
public static TableIndex ModuleRef
public static TableIndex NestedClass
public static TableIndex Param
public static TableIndex ParamPtr
public static TableIndex Property
public static TableIndex PropertyMap
public static TableIndex PropertyPtr
public static TableIndex StandAloneSig
public static TableIndex StateMachineMethod
public static TableIndex TypeDef
public static TableIndex TypeRef
public static TableIndex TypeSpec
public TableIndex()
public TableIndex(java.lang.Object instance)
public 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 Class