DkmClrNcInstructionAddress.GenericParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] For generic methods, this provides the ECMA formatted TypeSpec signature for each generic parameter. For non-generic methods, this will be null. For non-merged modules this is relative to the mapping (or pseudo-IL assembly).
This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GenericParameters { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GenericParameters { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? GenericParameters { get; }
member this.GenericParameters : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property GenericParameters As ReadOnlyCollection(Of Byte)