Initializes a new instance of the
ObjectRef Class.Initializes a new instance of the
ObjectRef Class.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim scope As String
Dim name As String
Dim instance As New ObjectRef(scope, name)
|
Syntax
Visual Basic |
Public Sub New ( _
scope As String, _
name As String _
)
|
C# |
public ObjectRef (
string scope,
string name
)
|
C++ |
public:
ObjectRef (
String^ scope,
String^ name
)
|
J# |
public ObjectRef (
String scope,
String name
)
|
JScript |
public function ObjectRef (
scope : String,
name : String
)
|
Remarks
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also