Class SyncMethodInfo
Inheritance
System.Object
SyncMethodInfo
Assembly: Eco.Core.dll
Syntax
public class SyncMethodInfo : SyncMemberInfoBase, ISyncMemberInfo
Constructors
SyncMethodInfo(MethodInfo, Int32, String)
Declaration
public SyncMethodInfo(MethodInfo methodInfo, int id, string name)
Parameters
Type |
Name |
Description |
System.Reflection.MethodInfo |
methodInfo |
|
System.Int32 |
id |
|
System.String |
name |
|
Properties
PerPlayerMember
Declaration
public override bool PerPlayerMember { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
GetValue(IMvcNetClient, Object)
Declaration
public override object GetValue(IMvcNetClient client, object obj)
Parameters
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
Extension Methods