Mono.Debugger.TargetBlob.TargetBlob C# (CSharp) Method

TargetBlob() public method

public TargetBlob ( byte contents, TargetMemoryInfo target_info ) : System
contents byte
target_info TargetMemoryInfo
return System
        public TargetBlob(byte[] contents, TargetMemoryInfo target_info)
        {
            this.Contents = contents;
            this.TargetMemoryInfo = target_info;
        }

Same methods

TargetBlob::TargetBlob ( int size, TargetMemoryInfo target_info ) : System