public static ISymUnmanagedScope GetScopeFromOffset(this ISymUnmanagedMethod instance, uint offset) { ISymUnmanagedScope returnValue = instance.__GetScopeFromOffset(offset); ProcessOutParameter(returnValue); return(returnValue); }