Table of Contents

Class Member

Namespace
CarinaStudio.MacOS.ObjectiveC
Assembly
CarinaStudio.AppBase.MacOS.dll

Represent member of class.

public abstract class Member
Inheritance
Member
Derived
Inherited Members
Extension Methods

Properties

Class

Get class which owns this member.

public Class Class { get; }

Property Value

Class

Handle

Get handle of member.

public IntPtr Handle { get; }

Property Value

nint

Name

Get name of member.

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.