Class SharedNativeResource
Inheritance
System.Object
SharedNativeResource
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 abstract class SharedNativeResource : ISharedNativeResource
Fields
|
Improve this Doc
View Source
core
Declaration
protected readonly ISharedCore core
Field Value
Properties
|
Improve this Doc
View Source
CSharpResourceImpl
Declaration
public abstract ISharedCSharpResourceImpl CSharpResourceImpl { get; }
Property Value
|
Improve this Doc
View Source
Dependants
Declaration
public string[] Dependants { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Dependencies
Declaration
public string[] Dependencies { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
IsStarted
Declaration
public bool IsStarted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public IntPtr NativePointer { get; }
Property Value
|
Improve this Doc
View Source
ResourceImplPtr
Declaration
public IntPtr ResourceImplPtr { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetConfig()
Declaration
public IConfig GetConfig()
Returns
|
Improve this Doc
View Source
GetExport(String)
Declaration
public object GetExport(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetExport(String, out MValueConst)
Declaration
public bool GetExport(string key, out MValueConst mValue)
Parameters
Type |
Name |
Description |
System.String |
key |
|
MValueConst |
mValue |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetExport(String, in MValueConst)
Declaration
public void SetExport(string key, in MValueConst value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
MValueConst |
value |
|
|
Improve this Doc
View Source
SetExport(String, Object)
Declaration
public void SetExport(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements