Mono.Debugger.Languages.Native.NativeStringType.DoGetObject C# (CSharp) Méthode

DoGetObject() protected méthode

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
Résultat TargetObject
        protected override TargetObject DoGetObject(TargetMemoryAccess target, TargetLocation location)
        {
            return new NativeStringObject (this, location);
        }