DkmCompiledCustomInspectionQuery.Instructions 属性

定义

查询的正文。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Instructions { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Instructions { get; }
member this.Instructions : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Instructions As ReadOnlyCollection(Of Byte)

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于