CoffHeader.Machine 属性

定义

获取目标计算机的类型。Gets the type of the target machine.

public:
 property System::Reflection::PortableExecutable::Machine Machine { System::Reflection::PortableExecutable::Machine get(); };
public System.Reflection.PortableExecutable.Machine Machine { get; }
member this.Machine : System.Reflection.PortableExecutable.Machine
Public ReadOnly Property Machine As Machine

属性值

Machine

目标计算机的类型。The type of the target machine.

适用于