DkmILPushConstant.Value 属性

定义

要推送到 DkmIL 堆栈上的值。

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

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于