Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal typeGuid As Guid, _ ByVal majorVersionNumber As Integer, _ ByVal minorVersionNumber As Integer, _ ByVal lcid As Integer, _ ByVal isolated As Boolean, _ ByVal wrapperTool As WrapperToolAttributeValue _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim name As String Dim typeGuid As Guid Dim majorVersionNumber As Integer Dim minorVersionNumber As Integer Dim lcid As Integer Dim isolated As Boolean Dim wrapperTool As WrapperToolAttributeValue Dim instance As New COMReference(name, typeGuid, majorVersionNumber, minorVersionNumber, lcid, isolated, wrapperTool) |
C# | |
---|---|
public COMReference( string name, Guid typeGuid, int majorVersionNumber, int minorVersionNumber, int lcid, bool isolated, WrapperToolAttributeValue wrapperTool ) |
C++/CLI | |
---|---|
public: COMReference( String^ name, Guid typeGuid, int majorVersionNumber, int minorVersionNumber, int lcid, bool isolated, WrapperToolAttributeValue wrapperTool ) |
Parameters
- name
- typeGuid
- majorVersionNumber
- minorVersionNumber
- lcid
- isolated
- wrapperTool
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2