DkmCompiledCustomInspectionQuery.Instructions Property

Definition

Body of the query.

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)

Property Value

Returns ReadOnlyCollection<T>.

Applies to