Click or drag to resize

DebugGuiDebugMemberInfo Structure

Metadata about the member that is available for debugging.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public struct DebugMemberInfo
Request Example View Source

The DebugGuiDebugMemberInfo type exposes the following members.

Fields
  NameDescription
Public fieldattr
Attribute, that describes the member.
Public fieldfieldInfo
Field info for the field member.
Public fieldmethodInfo
Method info for the method member.
Public fieldpropertyInfo
Property info for the property member.
Top
See Also