SymMethod Costruttori
Definizione
Overload
SymMethod(ISymUnmanagedMethod*) |
Inizializza una nuova istanza della classe SymMethod da un puntatore non elaborato all'interfaccia non gestita.Initializes a new instance of the SymMethod class from a raw pointer to an unmanaged interface. |
SymMethod(ISymUnmanagedMethod*) |
Inizializza una nuova istanza della classe SymMethod da un puntatore non elaborato all'interfaccia ISymUnmanagedMethod non gestita.Initializes a new instance of the SymMethod class from a raw pointer to the unmanaged ISymUnmanagedMethod interface. |
SymMethod(ISymUnmanagedMethod*)
Inizializza una nuova istanza della classe SymMethod da un puntatore non elaborato all'interfaccia non gestita.Initializes a new instance of the SymMethod class from a raw pointer to an unmanaged interface.
public:
SymMethod(ISymUnmanagedMethod* pMethod);
public SymMethod (ISymUnmanagedMethod* pMethod);
new System.Diagnostics.SymbolStore.SymMethod : nativeptr<ISymUnmanagedMethod> -> System.Diagnostics.SymbolStore.SymMethod
Parametri
- pMethod
- ISymUnmanagedMethod*
Puntatore non elaborato all'oggetto ISymUnmanagedMethod COM non gestito.A raw pointer to the unmanaged COM ISymUnmanagedMethod object.
Commenti
In genere, le istanze di questo tipo vengono ottenute GetMethod chiamando il metodo anziché essere create direttamente con questo costruttore.Typically, instances of this type are obtained by calling the GetMethod method instead of being created directly with this constructor.
SymMethod(ISymUnmanagedMethod*)
Inizializza una nuova istanza della classe SymMethod da un puntatore non elaborato all'interfaccia ISymUnmanagedMethod non gestita.Initializes a new instance of the SymMethod class from a raw pointer to the unmanaged ISymUnmanagedMethod interface.
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
Parametri
- pMethod
- System.Diagnostics.SymbolStore.Private.ISymUnmanagedMethod*
Puntatore non elaborato all'oggetto ISymUnmanagedMethod COM non gestito.A raw pointer to the unmanaged COM ISymUnmanagedMethod object.