PrivateObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the live NON public INTERNAL object in the system
public ref class PrivateObject
public class PrivateObject
type PrivateObject = class
Public Class PrivateObject
- Inheritance
-
PrivateObject
Constructors
PrivateObject(Object, PrivateType) |
Initializes a new instance of the PrivateObject class that wraps the given object. |
PrivateObject(Object, String) |
Initializes a new instance of the PrivateObject class that contains the already existing object of the private class |
PrivateObject(Object) |
Initializes a new instance of the PrivateObject class that wraps the given object. |
PrivateObject(String, String, Object[]) |
Initializes a new instance of the PrivateObject class that wraps the specified type. |
PrivateObject(String, String, Type[], Object[]) |
Initializes a new instance of the PrivateObject class that wraps the specified type. |
PrivateObject(Type, Object[]) |
Initializes a new instance of the PrivateObject class that wraps the specified type. |
PrivateObject(Type, Type[], Object[]) |
Initializes a new instance of the PrivateObject class that wraps the specified type. |
Properties
RealType |
Gets the type of underlying object |
Target |
Gets or sets the target |