Interface ISharedNativeResource
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedNativeResource
Properties
|
Improve this Doc
View Source
CSharpResourceImpl
Declaration
ISharedCSharpResourceImpl CSharpResourceImpl { get; }
Property Value
|
Improve this Doc
View Source
Dependants
Declaration
string[] Dependants { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Dependencies
Declaration
string[] Dependencies { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
IsStarted
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NativePointer
Declaration
IntPtr NativePointer { get; }
Property Value
|
Improve this Doc
View Source
ResourceImplPtr
Declaration
IntPtr ResourceImplPtr { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetConfig()
Declaration
Returns
|
Improve this Doc
View Source
GetExport(String)
Declaration
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
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
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
void SetExport(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|