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

GetInfo() public method

Gets information that describes this context. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb145034.aspx)
public GetInfo ( enum_CONTEXT_INFO_FIELDS dwFields, CONTEXT_INFO pinfo ) : int
dwFields enum_CONTEXT_INFO_FIELDS A combination of flags from the CONTEXT_INFO_FIELDS enumeration that indicate which fields of the /// CONTEXT_INFO structure are to be fill in.
pinfo CONTEXT_INFO The CONTEXT_INFO structure that is filled in.
return int
        public int GetInfo(enum_CONTEXT_INFO_FIELDS dwFields, CONTEXT_INFO[] pinfo)
        {
            return VSConstants.E_NOTIMPL;
        }