FunctionPointers View (System_Runtime)
Contains the Function Pointer part of a type signature.
Fields
The following table lists the fields in the FunctionPointers view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the function pointer. References the [System_Runtime].[TypeSignatures] view. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the function pointer. References the [Repository.Item].[Folders] view. (Default = 100) |
Method |
bigint |
The managed method referenced by the function pointer. References the [System_Runtime].[Methods] view. |
|
UnmanagedFunction |
nvarchar(max) |
The unmanaged function name referenced by the function pointer. |