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
Handle
Get handle of member.
public IntPtr Handle { get; }
Property Value
Name
Get name of member.
public string Name { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.