IDebugSymbolProviderDirect.GetMetaDataImport(Guid, UInt32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetMetaDataImport(Guid % guid, System::UInt32 appID, System::Object ^ % ppImport);
public:
int GetMetaDataImport(Guid % guid, System::UInt32 appID, [Runtime::InteropServices::Out] System::Object ^ % ppImport);
public int GetMetaDataImport(ref Guid guid, uint appID, ref object ppImport);
public int GetMetaDataImport(ref Guid guid, uint appID, out object ppImport);
abstract member GetMetaDataImport : Guid * uint32 * obj -> int
Public Function GetMetaDataImport (ByRef guid As Guid, appID As UInteger, ByRef ppImport As Object) As Integer
Parameters
- guid
- Guid
- appID
- UInt32
- ppImport
- Object