Mirror::RemoteCalls::Invoker
Public Functions
Name | |
---|---|
bool | AreEqual(Type invokeClass, MirrorInvokeType invokeType, CmdDelegate invokeFunction) |
Public Attributes
Name | |
---|---|
Type | invokeClass |
MirrorInvokeType | invokeType |
CmdDelegate | invokeFunction |
bool | cmdIgnoreAuthority |
Public Functions Documentation
function AreEqual
inline bool AreEqual(
Type invokeClass,
MirrorInvokeType invokeType,
CmdDelegate invokeFunction
)
Public Attributes Documentation
variable invokeClass
Type invokeClass;
variable invokeType
MirrorInvokeType invokeType;
variable invokeFunction
CmdDelegate invokeFunction;
variable cmdIgnoreAuthority
bool cmdIgnoreAuthority;
Updated on 22 January 2021 at 08:52:38 UTC