Mono.Debugger.Languages.TargetType.DoGetObject C# (CSharp) 메소드

DoGetObject() 보호된 추상적인 메소드

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