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) | ![]() |
---|---|
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) |
C# | |
---|---|
[PreserveSig()] int BindToObject( object refIID, object pAsmBindSink, Fusion.IApplicationContext pApplicationContext, string szCodeBase, long llFlags, int pvReserved, uint cbReserved, out int ppv ) |
C++/CLI | |
---|---|
[PreserveSig()] int BindToObject( Object^ refIID, Object^ pAsmBindSink, Fusion.IApplicationContext^ pApplicationContext, String^ szCodeBase, int64 llFlags, int pvReserved, uint cbReserved, [Out] int ppv ) |
Parameters
- refIID
- pAsmBindSink
- pApplicationContext
- szCodeBase
- llFlags
- pvReserved
- cbReserved
- ppv
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