public class PEDirectoriesBuilder extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEDirectoriesBuilder
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.PEDirectoriesBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PEDirectoriesBuilder() |
PEDirectoriesBuilder(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 PEDirectoriesBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic PEDirectoriesBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PEDirectoriesBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PEDirectoriesBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPEDirectoriesBuilder instancejava.lang.Throwable - in case of error during cast operationpublic int getAddressOfEntryPoint()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getBaseRelocationTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getBoundImportTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getCopyrightTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getCorHeaderTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getDebugTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getDelayImportTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getExceptionTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getExportTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getGlobalPointerTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getImportAddressTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getImportTable() 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 getLoadConfigTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getResourceTable() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry getThreadLocalStorageTable() throws java.lang.Throwable
java.lang.Throwablepublic void setAddressOfEntryPoint(int AddressOfEntryPoint)
throws java.lang.Throwable
java.lang.Throwablepublic void setBaseRelocationTable(DirectoryEntry BaseRelocationTable) throws java.lang.Throwable
java.lang.Throwablepublic void setBoundImportTable(DirectoryEntry BoundImportTable) throws java.lang.Throwable
java.lang.Throwablepublic void setCopyrightTable(DirectoryEntry CopyrightTable) throws java.lang.Throwable
java.lang.Throwablepublic void setCorHeaderTable(DirectoryEntry CorHeaderTable) throws java.lang.Throwable
java.lang.Throwablepublic void setDebugTable(DirectoryEntry DebugTable) throws java.lang.Throwable
java.lang.Throwablepublic void setDelayImportTable(DirectoryEntry DelayImportTable) throws java.lang.Throwable
java.lang.Throwablepublic void setExceptionTable(DirectoryEntry ExceptionTable) throws java.lang.Throwable
java.lang.Throwablepublic void setExportTable(DirectoryEntry ExportTable) throws java.lang.Throwable
java.lang.Throwablepublic void setGlobalPointerTable(DirectoryEntry GlobalPointerTable) throws java.lang.Throwable
java.lang.Throwablepublic void setImportAddressTable(DirectoryEntry ImportAddressTable) throws java.lang.Throwable
java.lang.Throwablepublic void setImportTable(DirectoryEntry ImportTable) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLoadConfigTable(DirectoryEntry LoadConfigTable) throws java.lang.Throwable
java.lang.Throwablepublic void setResourceTable(DirectoryEntry ResourceTable) throws java.lang.Throwable
java.lang.Throwablepublic void setThreadLocalStorageTable(DirectoryEntry ThreadLocalStorageTable) throws java.lang.Throwable
java.lang.Throwable