VSNDK.DebugEngine.AD7MemoryAddress.GetName C# (CSharp) 메소드

GetName() 공개 메소드

Gets the user-displayable name for this context. This is not supported by the VSNDK debug engine. (http://msdn.microsoft.com/en-ca/library/bb146997.aspx)
public GetName ( string &pbstrName ) : int
pbstrName string Returns the name of the memory context.
리턴 int
        public int GetName(out string pbstrName)
        {
            throw new Exception("The method or operation is not implemented.");
        }