ITypeInfo.RemoteGetDllEntry 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Sub RemoteGetDllEntry ( _
memid As Integer, _
invkind As tagINVOKEKIND, _
refPtrFlags As UInteger, _
<OutAttribute> ByRef pBstrDllName As String, _
<OutAttribute> ByRef pBstrName As String, _
<OutAttribute> ByRef pwOrdinal As UShort _
)
void RemoteGetDllEntry(
int memid,
tagINVOKEKIND invkind,
uint refPtrFlags,
out string pBstrDllName,
out string pBstrName,
out ushort pwOrdinal
)
void RemoteGetDllEntry(
[InAttribute] int memid,
[InAttribute] tagINVOKEKIND invkind,
[InAttribute] unsigned int refPtrFlags,
[OutAttribute] String^% pBstrDllName,
[OutAttribute] String^% pBstrName,
[OutAttribute] unsigned short% pwOrdinal
)
abstract RemoteGetDllEntry :
memid:int *
invkind:tagINVOKEKIND *
refPtrFlags:uint32 *
pBstrDllName:string byref *
pBstrName:string byref *
pwOrdinal:uint16 byref -> unit
function RemoteGetDllEntry(
memid : int,
invkind : tagINVOKEKIND,
refPtrFlags : uint,
pBstrDllName : String,
pBstrName : String,
pwOrdinal : ushort
)
參數
- memid
型別:System.Int32
- refPtrFlags
型別:System.UInt32
- pBstrDllName
型別:System.String%
- pBstrName
型別:System.String%
- pwOrdinal
型別:System.UInt16%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。