Class Library
Inheritance
System.Object
Library
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.CApi
Assembly: AltV.Net.CApi.dll
Syntax
public class Library : ILibrary
Constructors
| Improve this Doc View SourceLibrary(Dictionary<UInt64, IntPtr>, Boolean)
Declaration
public Library(Dictionary<ulong, IntPtr> funcTable, bool client)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.UInt64, IntPtr> | funcTable | |
System.Boolean | client |
Properties
| Improve this Doc View SourceClient
Declaration
public IClientLibrary Client { get; }
Property Value
Type | Description |
---|---|
IClientLibrary |
Outdated
Declaration
public bool Outdated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Server
Declaration
public IServerLibrary Server { get; }
Property Value
Type | Description |
---|---|
IServerLibrary |
Shared
Declaration
public ISharedLibrary Shared { get; }
Property Value
Type | Description |
---|---|
ISharedLibrary |