BindToObject Method
See Also 
SourceCode.Framework Namespace > Fusion.IAssemblyName Interface : BindToObject Method



refIID
pAsmBindSink
pApplicationContext
szCodeBase
llFlags
pvReserved
cbReserved
ppv

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<PreserveSigAttribute()>
Function BindToObject( _
   ByVal refIID As Object, _
   ByVal pAsmBindSink As Object, _
   ByVal pApplicationContext As Fusion.IApplicationContext, _
   ByVal szCodeBase As String, _
   ByVal llFlags As Long, _
   ByVal pvReserved As Integer, _
   ByVal cbReserved As UInteger, _
   ByRef ppv As Integer _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As Fusion.IAssemblyName
Dim refIID As Object
Dim pAsmBindSink As Object
Dim pApplicationContext As Fusion.IApplicationContext
Dim szCodeBase As String
Dim llFlags As Long
Dim pvReserved As Integer
Dim cbReserved As UInteger
Dim ppv As Integer
Dim value As Integer
 
value = instance.BindToObject(refIID, pAsmBindSink, pApplicationContext, szCodeBase, llFlags, pvReserved, cbReserved, ppv)

Parameters

refIID
pAsmBindSink
pApplicationContext
szCodeBase
llFlags
pvReserved
cbReserved
ppv

Requirements

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

See Also