Mono.Debugger.Languages.TargetType.GetObject C# (CSharp) Method

GetObject() private method

private GetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
return TargetObject
        internal TargetObject GetObject(TargetMemoryAccess target, TargetLocation location)
        {
            return DoGetObject (target, location);
        }