Class CustomRPCSetterAttribute
Inheritance
System.Object
CustomRPCSetterAttribute
Assembly: Eco.Shared.dll
Syntax
public class CustomRPCSetterAttribute : Attribute
Constructors
CustomRPCSetterAttribute()
Declaration
public CustomRPCSetterAttribute()
CustomRPCSetterAttribute(Type, String)
Create a custom setter that calls a static function on the given type.
Declaration
public CustomRPCSetterAttribute(Type container, string methodName)
Parameters
Type |
Name |
Description |
System.Type |
container |
|
System.String |
methodName |
|
Fields
ContainerType
Declaration
public Type ContainerType
Field Value
Type |
Description |
System.Type |
|
MethodName
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
Setter()
Declaration
public MethodInfo Setter()
Returns
Type |
Description |
System.Reflection.MethodInfo |
|
Extension Methods