Class AltShared
Inheritance
System.Object
AltShared
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()
Assembly: AltV.Net.Shared.dll
Syntax
public static class AltShared
Fields
|
Improve this Doc
View Source
CacheEntities
Declaration
public static bool CacheEntities
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Branch
Declaration
public static string Branch { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CApiVersion
Declaration
public static string CApiVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDebug
Declaration
public static bool IsDebug { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NetTime
Declaration
public static int NetTime { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SdkVersion
Declaration
public static string SdkVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public static string Version { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
EmitLocal(String, Object[])
Declaration
public static void EmitLocal(string eventName, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
Hash(String)
Declaration
public static uint Hash(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
IsMainThread()
Declaration
public static bool IsMainThread()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LogColored(String)
Declaration
public static void LogColored(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogDebug(String)
Declaration
public static void LogDebug(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogError(String)
Declaration
public static void LogError(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogInfo(String)
Declaration
public static void LogInfo(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogWarning(String)
Declaration
public static void LogWarning(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
RegisterMValueAdapter<T>(IMValueAdapter<T>)
Declaration
public static void RegisterMValueAdapter<T>(IMValueAdapter<T> adapter)
Parameters
Type Parameters