This is a location in the client address space.
Inheritance: TargetLocation
Example #1
0
        internal virtual TargetFundamentalObject CreateInstance(Thread target, object obj)
        {
            TargetBlob     blob     = new TargetBlob(CreateObject(obj), target.TargetMemoryInfo);
            TargetLocation location = new ClientSuppliedTargetLocation(blob);

            return(new TargetFundamentalObject(this, location));
        }
Example #2
0
 internal virtual TargetFundamentalObject CreateInstance(Thread target, object obj)
 {
     TargetBlob blob = new TargetBlob (CreateObject (obj), target.TargetMemoryInfo);
     TargetLocation location = new ClientSuppliedTargetLocation (blob);
     return new TargetFundamentalObject (this, location);
 }