public class SectionCharacteristics extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
SectionCharacteristics() |
SectionCharacteristics(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SectionCharacteristics |
add(SectionCharacteristics val) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
has(SectionCharacteristics val) |
boolean |
is(SectionCharacteristics val) |
SectionCharacteristics |
remove(SectionCharacteristics val) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static SectionCharacteristics Align1024Bytes
public static SectionCharacteristics Align128Bytes
public static SectionCharacteristics Align16Bytes
public static SectionCharacteristics Align1Bytes
public static SectionCharacteristics Align2048Bytes
public static SectionCharacteristics Align256Bytes
public static SectionCharacteristics Align2Bytes
public static SectionCharacteristics Align32Bytes
public static SectionCharacteristics Align4096Bytes
public static SectionCharacteristics Align4Bytes
public static SectionCharacteristics Align512Bytes
public static SectionCharacteristics Align64Bytes
public static SectionCharacteristics Align8192Bytes
public static SectionCharacteristics Align8Bytes
public static SectionCharacteristics AlignMask
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static SectionCharacteristics ContainsCode
public static SectionCharacteristics ContainsInitializedData
public static SectionCharacteristics ContainsUninitializedData
public static SectionCharacteristics GPRel
public static SectionCharacteristics LinkerComdat
public static SectionCharacteristics LinkerInfo
public static SectionCharacteristics LinkerNRelocOvfl
public static SectionCharacteristics LinkerOther
public static SectionCharacteristics LinkerRemove
public static SectionCharacteristics Mem16Bit
public static SectionCharacteristics MemDiscardable
public static SectionCharacteristics MemExecute
public static SectionCharacteristics MemFardata
public static SectionCharacteristics MemLocked
public static SectionCharacteristics MemNotCached
public static SectionCharacteristics MemNotPaged
public static SectionCharacteristics MemPreload
public static SectionCharacteristics MemProtected
public static SectionCharacteristics MemPurgeable
public static SectionCharacteristics MemRead
public static SectionCharacteristics MemShared
public static SectionCharacteristics MemSysheap
public static SectionCharacteristics MemWrite
public static SectionCharacteristics NoDeferSpecExc
public static SectionCharacteristics TypeCopy
public static SectionCharacteristics TypeDSect
public static SectionCharacteristics TypeGroup
public static SectionCharacteristics TypeNoLoad
public static SectionCharacteristics TypeNoPad
public static SectionCharacteristics TypeOver
public static SectionCharacteristics TypeReg
public SectionCharacteristics()
public SectionCharacteristics(java.lang.Object instance)
public final SectionCharacteristics add(SectionCharacteristics val) 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 final boolean has(SectionCharacteristics val) throws java.lang.Throwable
java.lang.Throwablepublic final boolean is(SectionCharacteristics val) throws java.lang.Throwable
java.lang.Throwablepublic final SectionCharacteristics remove(SectionCharacteristics val) throws java.lang.Throwable
java.lang.Throwable