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

DoGetObject() protected abstract method

protected abstract DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
return TargetObject
        protected abstract TargetObject DoGetObject(TargetMemoryAccess target,
							     TargetLocation location);