Mono.Debugger.Languages.TargetEnumObject.GetDynamicSize C# (CSharp) Method

GetDynamicSize() private method

private GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
target TargetMemoryAccess
blob TargetBlob
location TargetLocation
dynamic_location TargetLocation
return long
        internal override long GetDynamicSize(TargetMemoryAccess target, TargetBlob blob,
						       TargetLocation location,
						       out TargetLocation dynamic_location)
        {
            throw new InvalidOperationException ();
        }