Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the PrivateObject class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
PrivateObject(Object) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() |
PrivateObject(Object, PrivateType) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() |
PrivateObject(Object, String) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() |
PrivateObject(Type, array<Object[]) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() |
PrivateObject(String, String, array<Object[]) | Initializes a new instance of the PrivateObject class. This creates the object of the specified type and wraps it in the private object. |
![]() |
PrivateObject(Type, array<Type[], array<Object[]) | Initializes a new instance of the PrivateObject class. |
![]() |
PrivateObject(String, String, array<Type[], array<Object[]) | Initializes a new instance of the PrivateObject class. This creates an object of the specified type and wraps it in the private object. |
Top