VSNDK.DebugEngine.AD7MemoryAddress.GetName C# (CSharp) Method

GetName() public method

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.
return int
        public int GetName(out string pbstrName)
        {
            throw new Exception("The method or operation is not implemented.");
        }