Class DebugDirectoryEntry

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Reflection.Metadata
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Reflection.PortableExecutable.DebugDirectoryEntry
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DebugDirectoryEntry

        public DebugDirectoryEntry​(java.lang.Object instance)
                            throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DebugDirectoryEntry

        public DebugDirectoryEntry()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DebugDirectoryEntry

        public DebugDirectoryEntry​(UInt32 stamp,
                                   UInt16 majorVersion,
                                   UInt16 minorVersion,
                                   DebugDirectoryEntryType type,
                                   int dataSize,
                                   int dataRelativeVirtualAddress,
                                   int dataPointer)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsPortableCodeView

        public boolean getIsPortableCodeView()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataPointer

        public int getDataPointer()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataRelativeVirtualAddress

        public int getDataRelativeVirtualAddress()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataSize

        public int getDataSize()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMajorVersion

        public UInt16 getMajorVersion()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinorVersion

        public UInt16 getMinorVersion()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStamp

        public UInt32 getStamp()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable