提交 57ad5bfb 编写于 作者: K Kevin Halverson

Add missing [PreserveSig] to a couple ISymUnmanagedScope members...

上级 795ce59a
......@@ -11,8 +11,10 @@ namespace Microsoft.DiaSymReader
[ComVisible(false)]
public interface ISymUnmanagedScope
{
[PreserveSig]
int GetMethod([MarshalAs(UnmanagedType.Interface)] out ISymUnmanagedMethod method);
[PreserveSig]
int GetParent([MarshalAs(UnmanagedType.Interface)] out ISymUnmanagedScope scope);
[PreserveSig]
......
......@@ -13,8 +13,10 @@ public interface ISymUnmanagedScope2 : ISymUnmanagedScope
{
#region ISymUnmanagedScope methods
[PreserveSig]
new int GetMethod([MarshalAs(UnmanagedType.Interface)] out ISymUnmanagedMethod method);
[PreserveSig]
new int GetParent([MarshalAs(UnmanagedType.Interface)] out ISymUnmanagedScope scope);
[PreserveSig]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册