次の方法で共有


ITypeInfo.GetDllEntry Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetDllEntry ( _
    memid As Integer, _
    invkind As INVOKEKIND, _
    refPtrFlags As UInteger, _
    <OutAttribute> ByRef pBstrDllName As String, _
    <OutAttribute> ByRef pBstrName As String, _
    <OutAttribute> ByRef pwOrdinal As UShort _
)
void GetDllEntry(
    int memid,
    INVOKEKIND invkind,
    uint refPtrFlags,
    out string pBstrDllName,
    out string pBstrName,
    out ushort pwOrdinal
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace