public class Machine extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Machine
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static Machine |
Alpha |
static Machine |
Alpha64 |
static Machine |
AM33 |
static Machine |
Amd64 |
static Machine |
Arm |
static Machine |
Arm64 |
static Machine |
ArmThumb2 |
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.Machine
|
static JCType |
classType
The type managed from JCOBridge.
|
static Machine |
Ebc |
static Machine |
I386 |
static Machine |
IA64 |
static Machine |
LoongArch32 |
static Machine |
LoongArch64 |
static Machine |
M32R |
static Machine |
MIPS16 |
static Machine |
MipsFpu |
static Machine |
MipsFpu16 |
static Machine |
PowerPC |
static Machine |
PowerPCFP |
static Machine |
RiscV128 |
static Machine |
RiscV32 |
static Machine |
RiscV64 |
static Machine |
SH3 |
static Machine |
SH3Dsp |
static Machine |
SH3E |
static Machine |
SH4 |
static Machine |
SH5 |
static Machine |
Thumb |
static Machine |
Tricore |
static Machine |
Unknown |
static Machine |
WceMipsV2 |
| Constructor and Description |
|---|
Machine() |
Machine(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static Machine Alpha
public static Machine Alpha64
public static Machine AM33
public static Machine Amd64
public static Machine Arm
public static Machine Arm64
public static Machine ArmThumb2
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static Machine Ebc
public static Machine I386
public static Machine IA64
public static Machine LoongArch32
public static Machine LoongArch64
public static Machine M32R
public static Machine MIPS16
public static Machine MipsFpu
public static Machine MipsFpu16
public static Machine PowerPC
public static Machine PowerPCFP
public static Machine RiscV128
public static Machine RiscV32
public static Machine RiscV64
public static Machine SH3
public static Machine SH3Dsp
public static Machine SH3E
public static Machine SH4
public static Machine SH5
public static Machine Thumb
public static Machine Tricore
public static Machine Unknown
public static Machine WceMipsV2
public Machine()
public Machine(java.lang.Object instance)
public 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 Class