<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Runtime.InteropServices.ComTypes.IBindCtx

public interface IBindCtx
void EnumObjectParam(out IEnumString ppenum)

void GetBindOptions(ref BIND_OPTS pbindopts)

void GetObjectParam(string pszKey, out object ppunk)

void RegisterObjectBound(object punk)

void RegisterObjectParam(string pszKey, object punk)

void RevokeObjectBound(object punk)

int RevokeObjectParam(string pszKey)

void SetBindOptions(ref BIND_OPTS pbindopts)