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=9.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.String
assemblyFullName
Fully assembly qualified name: System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Reflection.Metadatastatic java.lang.String
className
Qualified class name: System.Reflection.PortableExecutable.PEDirectoriesBuilderstatic JCType
classType
The 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=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.PEDirectoriesBuilder- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PEDirectoriesBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPEDirectoriesBuilder
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PEDirectoriesBuilder
instance- 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
-
-