ISymUnmanagedScope::GetMethod Method

Gets the method that contains this scope.

HRESULT GetMethod(
    [out, retval] ISymUnmanagedMethod** pRetVal);

Parameters

Return Value

S_OK if the method succeeds; otherwise, E_FAIL or some other error code.

Requirements

Header: CorSym.idl

See Also

Concepts

ISymUnmanagedScope Interface