共用方式為


CoreAutomationRemoteOperation.IsOpcodeSupported(UInt32) 方法

定義

擷取值,指出 CoreAutomationRemoteOperation 虛擬機器是否支援指定的 opcode。

public:
 virtual bool IsOpcodeSupported(unsigned int opcode) = IsOpcodeSupported;
bool IsOpcodeSupported(uint32_t const& opcode);
public bool IsOpcodeSupported(uint opcode);
function isOpcodeSupported(opcode)
Public Function IsOpcodeSupported (opcode As UInteger) As Boolean

參數

opcode
UInt32

unsigned int

uint32_t

正在測試的 opcode。

傳回

Boolean

bool

備註

將位元組程式碼中不支援的 opcode 傳遞至Execute) 方法會導致MalformedByteCodeAutomationRemoteOperationResult.Status

注意

在提供者程式中找到遠端作業虛擬機器時,指令的支援取決於執行遠端作業的提供者進程。 因此,在作業透過 ImportElementImportTextRange系結至進程之後呼叫這個方法。

適用於