public class MetadataTokens extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Metadata.Ecma335.MetadataTokens
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.Reflection.Metadata, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Reflection.Metadata
|
static java.lang.String |
className
Qualified class name: System.Reflection.Metadata.Ecma335.MetadataTokens
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MetadataTokens() |
MetadataTokens(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 MetadataTokens()
throws java.lang.Throwable
java.lang.Throwablepublic MetadataTokens(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static AssemblyFileHandle AssemblyFileHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static AssemblyReferenceHandle AssemblyReferenceHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static BlobHandle BlobHandle(int offset) throws java.lang.Throwable
java.lang.Throwablepublic static MetadataTokens cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MetadataTokens, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMetadataTokens instancejava.lang.Throwable - in case of error during cast operationpublic static ConstantHandle ConstantHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static CustomAttributeHandle CustomAttributeHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static CustomDebugInformationHandle CustomDebugInformationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static DeclarativeSecurityAttributeHandle DeclarativeSecurityAttributeHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static DocumentHandle DocumentHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static DocumentNameBlobHandle DocumentNameBlobHandle(int offset) throws java.lang.Throwable
java.lang.Throwablepublic static EntityHandle EntityHandle(int token) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static EntityHandle EntityHandle(TableIndex tableIndex, int rowNumber) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static EventDefinitionHandle EventDefinitionHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static ExportedTypeHandle ExportedTypeHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static FieldDefinitionHandle FieldDefinitionHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static GenericParameterConstraintHandle GenericParameterConstraintHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static GenericParameterHandle GenericParameterHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static int GetHeapOffset(BlobHandle handle) throws java.lang.Throwable
java.lang.Throwablepublic static int GetHeapOffset(GuidHandle handle) throws java.lang.Throwable
java.lang.Throwablepublic static int GetHeapOffset(Handle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static int GetHeapOffset(MetadataReader reader, Handle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static int GetHeapOffset(StringHandle handle) throws java.lang.Throwable
java.lang.Throwablepublic static int GetHeapOffset(UserStringHandle handle) 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 int GetRowNumber(EntityHandle handle) throws java.lang.Throwable
java.lang.Throwablepublic static int GetRowNumber(MetadataReader reader, EntityHandle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static int GetToken(EntityHandle handle) throws java.lang.Throwable
java.lang.Throwablepublic static int GetToken(Handle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static int GetToken(MetadataReader reader, EntityHandle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static int GetToken(MetadataReader reader, Handle handle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static GuidHandle GuidHandle(int offset) throws java.lang.Throwable
java.lang.Throwablepublic static Handle Handle(int token) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public static EntityHandle Handle(TableIndex tableIndex, int rowNumber) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public static ImportScopeHandle ImportScopeHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static InterfaceImplementationHandle InterfaceImplementationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static LocalConstantHandle LocalConstantHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static LocalScopeHandle LocalScopeHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static LocalVariableHandle LocalVariableHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static ManifestResourceHandle ManifestResourceHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static MemberReferenceHandle MemberReferenceHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static MethodDebugInformationHandle MethodDebugInformationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static MethodDefinitionHandle MethodDefinitionHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static MethodImplementationHandle MethodImplementationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static MethodSpecificationHandle MethodSpecificationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static ModuleReferenceHandle ModuleReferenceHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static ParameterHandle ParameterHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static PropertyDefinitionHandle PropertyDefinitionHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static StandaloneSignatureHandle StandaloneSignatureHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static StringHandle StringHandle(int offset) throws java.lang.Throwable
java.lang.Throwablepublic static boolean TryGetHeapIndex(HandleKind type, JCORefOut<HeapIndex> index) throws java.lang.Throwable
java.lang.Throwablepublic static boolean TryGetTableIndex(HandleKind type, JCORefOut<TableIndex> index) throws java.lang.Throwable
java.lang.Throwablepublic static TypeDefinitionHandle TypeDefinitionHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static TypeReferenceHandle TypeReferenceHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static TypeSpecificationHandle TypeSpecificationHandle(int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static UserStringHandle UserStringHandle(int offset) throws java.lang.Throwable
java.lang.Throwable