BaseShadow Members

Include Protected Members
Include Inherited Members

This class is used by the publicize method to help test private types.

The BaseShadow type exposes the following members.

Constructors

 

Name

Description

Protected method

BaseShadow

Overloaded. Initializes a new instance of the BaseShadow class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Returns the hash code for this instance. (Overrides Object.GetHashCode().)

Protected methodStatic member

GetShadowAttacher

Used for dynamically restoring of arrays of private types.

Protected methodStatic member

GetTargetObject

Static function that will be used with TransferArray for deep array copy with unshadowing the real target Type objects.

Protected methodStatic member

GetTargetType

Returns the target Type for a potential shadow class.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public methodStatic member

MakeArrayType

Returns a Type object that represents an array of the specified type, with the specified number of dimensions.

Public methodStatic member

MakeByRefType

Returns a Type object that represents the specified type when it is passed as a ref parameter.

Public methodStatic member

MakePointerType

Returns a Type object that represents a pointer to the specified type.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected methodStatic member

Same

Dummy method used to transfer the arrays of the same Type. This is the failsafe implementation of the BaseShadow.ElementConverter delegate used for arrays of the same type.

Public method

ToString

Returns a String that represents the current BaseShadow object. (Overrides Object.ToString().)

Protected methodStatic member

TransferArray

Performs a deep copy of an array of one Type into a similar array of different Type.

Top

Fields

 

Name

Description

Public fieldStatic member

AttachShadowName

The name of the static method in derived classes.

Protected field

m_privateObject

The PrivateObject stored in this instance.

Top

Properties

 

Name

Description

Public property

Target

Gets the target object.

Top

See Also

Reference

BaseShadow Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace