Show / Hide Table of Contents

Class OwnedStdString

Inheritance
System.Object
OwnedStdString
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Internal.Libc
Assembly: Dalamud.dll
Syntax
public sealed class OwnedStdString : IDisposable

Properties

Address

Declaration
public IntPtr Address { get; }
Property Value
Type Description
System.IntPtr

Methods

Dispose()

Declaration
public void Dispose()

Finalize()

Declaration
protected void Finalize()

Read()

Declaration
public string Read()
Returns
Type Description
System.String

Implements

System.IDisposable
Back to top Generated by DocFX