CommonChainOfCommandManager.Register(Type, Type, String) Method

Definition

public:
 static void Register(Type ^ tableType, Type ^ extensionClassType, System::String ^ methodName);
public static void Register (Type tableType, Type extensionClassType, string methodName);
static member Register : Type * Type * string -> unit
Public Shared Sub Register (tableType As Type, extensionClassType As Type, methodName As String)

Parameters

tableType
Type
extensionClassType
Type
methodName
String

Applies to