Show / Hide Table of Contents

Class LibcFunction

Inheritance
System.Object
LibcFunction
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 LibcFunction

Constructors

LibcFunction(SigScanner)

Declaration
public LibcFunction(SigScanner scanner)
Parameters
Type Name Description
SigScanner scanner

Methods

NewString(String)

Declaration
public OwnedStdString NewString(string content)
Parameters
Type Name Description
System.String content
Returns
Type Description
OwnedStdString
Back to top Generated by DocFX