Definition
Assembly: CloudNimble.Breakdance.Assemblies.dll Namespace: CloudNimble.Breakdance.Assemblies Inheritance: System.ObjectSyntax
Summary
This class represents the live NON public INTERNAL object in the systemRemarks
This type originally lived in Microsoft.VisualStudio.TestTools.UnitTesting but was removed from V2.Constructors
.ctor
Initializes a new instance of the PrivateObject class that contains the already existing object of the private classSyntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the specified type.Syntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the specified type.Syntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the specified type.Syntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the specified type.Syntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the given object.Syntax
Parameters
.ctor
Initializes a new instance of the PrivateObject class that wraps the given object.Syntax
Parameters
.ctor Inherited
Inherited from
objectSyntax
Properties
RealType
Gets the type of underlying objectSyntax
Property Value
Type:System.Type
Target
Gets or sets the targetSyntax
Property Value
Type:object
Methods
Equals Override
EqualsSyntax
Parameters
Returns
Type:bool
returns true if the objects are equal.
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
GetArrayElement
Gets the array element using array of subsrcipts for each dimensionSyntax
Parameters
Returns
Type:object
An arrya of elements.
GetArrayElement
Gets the array element using array of subsrcipts for each dimensionSyntax
Parameters
Returns
Type:object
An arrya of elements.
GetField
Get the fieldSyntax
Parameters
Returns
Type:object
The field.
GetField
Gets the fieldSyntax
Parameters
Returns
Type:object
The field.
GetFieldOrProperty
Get the field or propertySyntax
Parameters
Returns
Type:object
The field or property.
GetFieldOrProperty
Gets the field or propertySyntax
Parameters
Returns
Type:object
The field or property.
GetHashCode Override
returns the hash code of the target objectSyntax
Returns
Type:int
int representing hashcode of the target object
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetProperty
Gets the propertySyntax
Parameters
Returns
Type:object
The property.
GetProperty
Gets the propertySyntax
Parameters
Returns
Type:object
The property.
GetProperty
Gets the propertySyntax
Parameters
Returns
Type:object
The property.
GetProperty
Gets the propertySyntax
Parameters
Returns
Type:object
The property.
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
Invoke
Invokes the specified methodSyntax
Parameters
Returns
Type:object
Result of method call
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
SetArrayElement
Sets the array element using array of subsrcipts for each dimensionSyntax
Parameters
SetArrayElement
Sets the array element using array of subsrcipts for each dimensionSyntax
Parameters
SetField
Sets the fieldSyntax
Parameters
SetField
Sets the fieldSyntax
Parameters
SetFieldOrProperty
Sets the field or propertySyntax
Parameters
SetFieldOrProperty
Sets the field or propertySyntax
Parameters
SetProperty
Set the propertySyntax
Parameters
SetProperty
Set the propertySyntax
Parameters
SetProperty
Sets the propertySyntax
Parameters
SetProperty
Sets the propertySyntax
Parameters
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?