SymMethod Constructeurs
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.
Surcharges
SymMethod(ISymUnmanagedMethod*) |
Initialise une nouvelle instance de la classe SymMethod à partir d’un pointeur brut vers une interface non managée. |
SymMethod(ISymUnmanagedMethod*) |
Initialise une nouvelle instance de la classe SymMethod à partir d’un pointeur brut vers l’interface ISymUnmanagedMethod non managée. |
SymMethod(ISymUnmanagedMethod*)
Initialise une nouvelle instance de la classe SymMethod à partir d’un pointeur brut vers une interface non managée.
public:
SymMethod(ISymUnmanagedMethod* pMethod);
public SymMethod (ISymUnmanagedMethod* pMethod);
new System.Diagnostics.SymbolStore.SymMethod : nativeptr<ISymUnmanagedMethod> -> System.Diagnostics.SymbolStore.SymMethod
Paramètres
- pMethod
- ISymUnmanagedMethod*
Pointeur brut vers l’objet ISymUnmanagedMethod COM non managé.
Remarques
En règle générale, les instances de ce type sont obtenues en appelant la GetMethod méthode au lieu d’être créées directement avec ce constructeur.
S’applique à
SymMethod(ISymUnmanagedMethod*)
Initialise une nouvelle instance de la classe SymMethod à partir d’un pointeur brut vers l’interface ISymUnmanagedMethod non managée.
public:
SymMethod(System::Diagnostics::SymbolStore::Private::ISymUnmanagedMethod* pMethod);
public SymMethod (System.Diagnostics.SymbolStore.Private.ISymUnmanagedMethod* pMethod);
new System.Diagnostics.SymbolStore.SymMethod : nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedMethod> -> System.Diagnostics.SymbolStore.SymMethod
Paramètres
- pMethod
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedMethod*
Pointeur brut vers l’objet ISymUnmanagedMethod COM non managé.