ISymUnmanagedReader::GetMethodVersion Method
Gets the method version. The method version starts at 1 and is incremented each time the method is recompiled. Recompilation can happen without changes to the method.
Syntax
HRESULT GetMethodVersion (
[in] ISymUnmanagedMethod* pMethod,
[out] int* version);
Parameters
pMethod
[in] The method for which to get the version.
version
[out] A pointer to a variable that receives the method version.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.