Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Runtime.​InteropServices.​ComTypes.​TYPELIBATTR

Assembly: System.Runtime.InteropServices

Identifies a particular type library and provides localization support for member names.

Fields and Constants

public Guid
guid
Represents a globally unique library ID of a type library.
public int
lcid
Represents a locale ID of a type library.
public SYSKIND
syskind
Represents the target hardware platform of a type library.
public LIBFLAGS
wLibFlags
Represents library flags.
public short
wMajorVerNum
Represents the major version number of a type library.
public short
wMinorVerNum
Represents the minor version number of a type library.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object