Class PEDirectoriesBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.reflection.portableexecutable.PEDirectoriesBuilder
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PEDirectoriesBuilder extends NetObject
The base .NET class managing System.Reflection.PortableExecutable.PEDirectoriesBuilder, System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Reflection.Metadatastatic java.lang.StringclassNameQualified class name: System.Reflection.PortableExecutable.PEDirectoriesBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PEDirectoriesBuilder()PEDirectoriesBuilder(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Reflection.Metadata, Version=8.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.PEDirectoriesBuilder- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PEDirectoriesBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPEDirectoriesBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PEDirectoriesBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getAddressOfEntryPoint
public int getAddressOfEntryPoint() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAddressOfEntryPoint
public void setAddressOfEntryPoint(int AddressOfEntryPoint) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBaseRelocationTable
public DirectoryEntry getBaseRelocationTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBaseRelocationTable
public void setBaseRelocationTable(DirectoryEntry BaseRelocationTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBoundImportTable
public DirectoryEntry getBoundImportTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBoundImportTable
public void setBoundImportTable(DirectoryEntry BoundImportTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCopyrightTable
public DirectoryEntry getCopyrightTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCopyrightTable
public void setCopyrightTable(DirectoryEntry CopyrightTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCorHeaderTable
public DirectoryEntry getCorHeaderTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCorHeaderTable
public void setCorHeaderTable(DirectoryEntry CorHeaderTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDebugTable
public DirectoryEntry getDebugTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDebugTable
public void setDebugTable(DirectoryEntry DebugTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDelayImportTable
public DirectoryEntry getDelayImportTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDelayImportTable
public void setDelayImportTable(DirectoryEntry DelayImportTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExceptionTable
public DirectoryEntry getExceptionTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExceptionTable
public void setExceptionTable(DirectoryEntry ExceptionTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExportTable
public DirectoryEntry getExportTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExportTable
public void setExportTable(DirectoryEntry ExportTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGlobalPointerTable
public DirectoryEntry getGlobalPointerTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGlobalPointerTable
public void setGlobalPointerTable(DirectoryEntry GlobalPointerTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getImportAddressTable
public DirectoryEntry getImportAddressTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImportAddressTable
public void setImportAddressTable(DirectoryEntry ImportAddressTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getImportTable
public DirectoryEntry getImportTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImportTable
public void setImportTable(DirectoryEntry ImportTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLoadConfigTable
public DirectoryEntry getLoadConfigTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLoadConfigTable
public void setLoadConfigTable(DirectoryEntry LoadConfigTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResourceTable
public DirectoryEntry getResourceTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResourceTable
public void setResourceTable(DirectoryEntry ResourceTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThreadLocalStorageTable
public DirectoryEntry getThreadLocalStorageTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setThreadLocalStorageTable
public void setThreadLocalStorageTable(DirectoryEntry ThreadLocalStorageTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-