The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITypeInfo2::AddressOfMember Method (Int32, INVOKEKIND, IntPtr%)
.NET Framework (current version)
Retrieves the addresses of static functions or variables, such as those defined in a DLL.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- memid
-
Type:
System::Int32
The member ID of the static member's address to retrieve.
- invKind
-
Type:
System.Runtime.InteropServices.ComTypes::INVOKEKIND
One of the INVOKEKIND values that specifies whether the member is a property, and if so, what kind.
- ppv
-
Type:
System::IntPtr%
When this method returns, contains a reference to the static member. This parameter is passed uninitialized.
For additional information about ITypeInfo::AddressOfMember, see the MSDN Library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: