public class PEHeader extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader
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=9.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.PortableExecutable.PEHeader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PEHeader() |
PEHeader(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 PEHeader()
throws java.lang.Throwable
java.lang.Throwablepublic PEHeader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PEHeader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PEHeader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPEHeader instancejava.lang.Throwable - in case of error during cast operationpublic int getAddressOfEntryPoint()
throws java.lang.Throwable
java.lang.Throwablepublic int getBaseOfCode()
throws java.lang.Throwable
java.lang.Throwablepublic int getBaseOfData()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getBaseRelocationTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getBoundImportTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getCertificateTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic UInt32 getCheckSum() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getCopyrightTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getCorHeaderTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getDebugTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getDelayImportTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DllCharacteristics getDllCharacteristics() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getExceptionTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getExportTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic int getFileAlignment()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getGlobalPointerTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic UInt64 getImageBase() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getImportAddressTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getImportTableDirectory() 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 DirectoryEntry getLoadConfigTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic PEMagic getMagic() throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMajorImageVersion() throws java.lang.Throwable
java.lang.Throwablepublic byte getMajorLinkerVersion()
throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMajorOperatingSystemVersion() throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMajorSubsystemVersion() throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMinorImageVersion() throws java.lang.Throwable
java.lang.Throwablepublic byte getMinorLinkerVersion()
throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMinorOperatingSystemVersion() throws java.lang.Throwable
java.lang.Throwablepublic UInt16 getMinorSubsystemVersion() throws java.lang.Throwable
java.lang.Throwablepublic int getNumberOfRvaAndSizes()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getResourceTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic int getSectionAlignment()
throws java.lang.Throwable
java.lang.Throwablepublic int getSizeOfCode()
throws java.lang.Throwable
java.lang.Throwablepublic int getSizeOfHeaders()
throws java.lang.Throwable
java.lang.Throwablepublic UInt64 getSizeOfHeapCommit() throws java.lang.Throwable
java.lang.Throwablepublic UInt64 getSizeOfHeapReserve() throws java.lang.Throwable
java.lang.Throwablepublic int getSizeOfImage()
throws java.lang.Throwable
java.lang.Throwablepublic int getSizeOfInitializedData()
throws java.lang.Throwable
java.lang.Throwablepublic UInt64 getSizeOfStackCommit() throws java.lang.Throwable
java.lang.Throwablepublic UInt64 getSizeOfStackReserve() throws java.lang.Throwable
java.lang.Throwablepublic int getSizeOfUninitializedData()
throws java.lang.Throwable
java.lang.Throwablepublic Subsystem getSubsystem() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getThreadLocalStorageTableDirectory() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject