Table of Contents

Class MemoryFunctionVoid<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>

Namespace
CounterStrikeSharp.API.Modules.Memory.DynamicFunctions
Assembly
CounterStrikeSharp.API.dll
public class MemoryFunctionVoid<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> : BaseMemoryFunction

Type Parameters

T1
T2
T3
T4
T5
T6
T7
T8
T9
T10
Inheritance
MemoryFunctionVoid<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Inherited Members

Constructors

MemoryFunctionVoid(string)

public MemoryFunctionVoid(string signature)

Parameters

signature string

MemoryFunctionVoid(string, string)

public MemoryFunctionVoid(string signature, string binarypath)

Parameters

signature string
binarypath string

Methods

Invoke(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10)

Parameters

arg1 T1
arg2 T2
arg3 T3
arg4 T4
arg5 T5
arg6 T6
arg7 T7
arg8 T8
arg9 T9
arg10 T10