DkmUnwoundRegister.Create(Int32, ReadOnlyCollection<Byte>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une instance de l’objet DkmUnwoundRegister.
public:
static Microsoft::VisualStudio::Debugger::CallStack::DkmUnwoundRegister ^ Create(int Identifier, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister Create (int Identifier, System.Collections.ObjectModel.ReadOnlyCollection<byte> Value);
static member Create : int * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister
Public Shared Function Create (Identifier As Integer, Value As ReadOnlyCollection(Of Byte)) As DkmUnwoundRegister
Paramètres
- Identifier
- Int32
[In] constante de registre de vue de code pour cette valeur.
- Value
- ReadOnlyCollection<Byte>
Dans Tableau d’octets représentant le contenu du Registre. La taille du registre en octets peut être trouvée par la longueur de ce tableau.
Retours
À Résultat de cet appel de méthode.