@Properties(inherit=windows.class) public class IMAGE_SECTION_HEADER extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IMAGE_SECTION_HEADER()
Default native constructor.
|
IMAGE_SECTION_HEADER(long size)
Native array allocator.
|
IMAGE_SECTION_HEADER(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Characteristics() |
IMAGE_SECTION_HEADER |
Characteristics(int setter) |
int |
Misc_PhysicalAddress() |
IMAGE_SECTION_HEADER |
Misc_PhysicalAddress(int setter) |
int |
Misc_VirtualSize() |
IMAGE_SECTION_HEADER |
Misc_VirtualSize(int setter) |
BytePointer |
Name() |
byte |
Name(int i) |
IMAGE_SECTION_HEADER |
Name(int i,
byte setter) |
short |
NumberOfLinenumbers() |
IMAGE_SECTION_HEADER |
NumberOfLinenumbers(short setter) |
short |
NumberOfRelocations() |
IMAGE_SECTION_HEADER |
NumberOfRelocations(short setter) |
int |
PointerToLinenumbers() |
IMAGE_SECTION_HEADER |
PointerToLinenumbers(int setter) |
int |
PointerToRawData() |
IMAGE_SECTION_HEADER |
PointerToRawData(int setter) |
int |
PointerToRelocations() |
IMAGE_SECTION_HEADER |
PointerToRelocations(int setter) |
IMAGE_SECTION_HEADER |
position(long position) |
int |
SizeOfRawData() |
IMAGE_SECTION_HEADER |
SizeOfRawData(int setter) |
int |
VirtualAddress() |
IMAGE_SECTION_HEADER |
VirtualAddress(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IMAGE_SECTION_HEADER()
public IMAGE_SECTION_HEADER(long size)
Pointer.position(long).public IMAGE_SECTION_HEADER(Pointer p)
Pointer.Pointer(Pointer).public IMAGE_SECTION_HEADER position(long position)
public IMAGE_SECTION_HEADER Name(int i, byte setter)
@MemberGetter @Cast(value="BYTE*") public BytePointer Name()
@Name(value="Misc.PhysicalAddress") @Cast(value="DWORD") public int Misc_PhysicalAddress()
public IMAGE_SECTION_HEADER Misc_PhysicalAddress(int setter)
public IMAGE_SECTION_HEADER Misc_VirtualSize(int setter)
public IMAGE_SECTION_HEADER VirtualAddress(int setter)
public IMAGE_SECTION_HEADER SizeOfRawData(int setter)
public IMAGE_SECTION_HEADER PointerToRawData(int setter)
public IMAGE_SECTION_HEADER PointerToRelocations(int setter)
public IMAGE_SECTION_HEADER PointerToLinenumbers(int setter)
public IMAGE_SECTION_HEADER NumberOfRelocations(short setter)
public IMAGE_SECTION_HEADER NumberOfLinenumbers(short setter)
public IMAGE_SECTION_HEADER Characteristics(int setter)
Copyright © 2020. All rights reserved.