LateBinding Constructors
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.
Initializes a new instance of the LateBinding class.
Overloads
LateBinding(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the LateBinding class, using the specified identifier. |
LateBinding(String, Object) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the LateBinding class, using the specified identifier and object. |
LateBinding(String)
Initializes a new instance of the LateBinding class, using the specified identifier.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
LateBinding(System::String ^ name);
public LateBinding (string name);
new Microsoft.JScript.LateBinding : string -> Microsoft.JScript.LateBinding
Public Sub New (name As String)
Parameters
- name
- String
A string that identifies the binding reference.
Applies to
LateBinding(String, Object)
Initializes a new instance of the LateBinding class, using the specified identifier and object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
LateBinding(System::String ^ name, System::Object ^ obj);
public LateBinding (string name, object obj);
new Microsoft.JScript.LateBinding : string * obj -> Microsoft.JScript.LateBinding
Public Sub New (name As String, obj As Object)
Parameters
- name
- String
A string that identifies the binding reference.
- obj
- Object
The object that the binding reference is defined on.