Class BaseObject
Inheritance
System.Object
BaseObject
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class BaseObject : SharedBaseObject, IInternalBaseObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
BaseObject(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
public BaseObject(ICore core, IntPtr baseObjectPointer, BaseObjectType type, uint id)
Parameters
Properties
|
Improve this Doc
View Source
BaseObjectNativePointer
Declaration
public override IntPtr BaseObjectNativePointer { get; protected set; }
Property Value
Overrides
|
Improve this Doc
View Source
Core
Declaration
public override ICore Core { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Id
Declaration
public override uint Id { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Overrides
|
Improve this Doc
View Source
IsRemote
Declaration
public bool IsRemote { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
RemoteId
Declaration
public uint RemoteId { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Type
Declaration
public override BaseObjectType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
CheckIfCallIsValid()
Declaration
public override void CheckIfCallIsValid()
Overrides
|
Improve this Doc
View Source
CheckIfEntityExists()
Declaration
public override void CheckIfEntityExists()
Overrides
Implements