Class TableIndex
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.reflection.metadata.ecma335.TableIndex
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class TableIndex extends NetObject
The base .NET class managing System.Reflection.Metadata.Ecma335.TableIndex, System.Reflection.Metadata, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.See: https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Metadata.Ecma335.TableIndex
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TableIndex()
TableIndex(Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Reflection.Metadata, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Reflection.Metadata- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Reflection.Metadata.Ecma335.TableIndex- See Also:
- Constant Field Values
-
Module
public static TableIndex Module
-
TypeRef
public static TableIndex TypeRef
-
TypeDef
public static TableIndex TypeDef
-
FieldPtr
public static TableIndex FieldPtr
-
Field
public static TableIndex Field
-
MethodPtr
public static TableIndex MethodPtr
-
MethodDef
public static TableIndex MethodDef
-
ParamPtr
public static TableIndex ParamPtr
-
Param
public static TableIndex Param
-
InterfaceImpl
public static TableIndex InterfaceImpl
-
MemberRef
public static TableIndex MemberRef
-
Constant
public static TableIndex Constant
-
CustomAttribute
public static TableIndex CustomAttribute
-
FieldMarshal
public static TableIndex FieldMarshal
-
DeclSecurity
public static TableIndex DeclSecurity
-
ClassLayout
public static TableIndex ClassLayout
-
FieldLayout
public static TableIndex FieldLayout
-
StandAloneSig
public static TableIndex StandAloneSig
-
EventMap
public static TableIndex EventMap
-
EventPtr
public static TableIndex EventPtr
-
Event
public static TableIndex Event
-
PropertyMap
public static TableIndex PropertyMap
-
PropertyPtr
public static TableIndex PropertyPtr
-
Property
public static TableIndex Property
-
MethodSemantics
public static TableIndex MethodSemantics
-
MethodImpl
public static TableIndex MethodImpl
-
ModuleRef
public static TableIndex ModuleRef
-
TypeSpec
public static TableIndex TypeSpec
-
ImplMap
public static TableIndex ImplMap
-
FieldRva
public static TableIndex FieldRva
-
EncLog
public static TableIndex EncLog
-
EncMap
public static TableIndex EncMap
-
Assembly
public static TableIndex Assembly
-
AssemblyProcessor
public static TableIndex AssemblyProcessor
-
AssemblyOS
public static TableIndex AssemblyOS
-
AssemblyRef
public static TableIndex AssemblyRef
-
AssemblyRefProcessor
public static TableIndex AssemblyRefProcessor
-
AssemblyRefOS
public static TableIndex AssemblyRefOS
-
File
public static TableIndex File
-
ExportedType
public static TableIndex ExportedType
-
ManifestResource
public static TableIndex ManifestResource
-
NestedClass
public static TableIndex NestedClass
-
GenericParam
public static TableIndex GenericParam
-
MethodSpec
public static TableIndex MethodSpec
-
GenericParamConstraint
public static TableIndex GenericParamConstraint
-
Document
public static TableIndex Document
-
MethodDebugInformation
public static TableIndex MethodDebugInformation
-
LocalScope
public static TableIndex LocalScope
-
LocalVariable
public static TableIndex LocalVariable
-
LocalConstant
public static TableIndex LocalConstant
-
ImportScope
public static TableIndex ImportScope
-
StateMachineMethod
public static TableIndex StateMachineMethod
-
CustomDebugInformation
public static TableIndex CustomDebugInformation
-
-
Constructor Detail
-
TableIndex
public TableIndex(Object instance)
Internal constructor. Use with caution
-
TableIndex
public TableIndex()
-
-
Method Detail
-
getJCOAssemblyName
public 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 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 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 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
-
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
-
-