Mono.Debugger.Languages.TargetObject.TargetObject C# (CSharp) Method

TargetObject() private method

private TargetObject ( TargetType type, TargetLocation location ) : System
type TargetType
location TargetLocation
return System
        internal TargetObject(TargetType type, TargetLocation location)
        {
            this.type = type;
            this.Location = location;
            this.type_name = type.Name;
        }