Extracts the function paramteres from an object that represents a function.
Namespace: Composite.Plugins.Functions.FunctionProviders.FileBasedFunctionProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static IDictionary<string, FunctionParameter> GetParameters( Object functionObject, Type baseFunctionType, string filePath ) |
Visual Basic |
---|
Public Shared Function GetParameters ( _ functionObject As Object, _ baseFunctionType As Type, _ filePath As String _ ) As IDictionary(Of String, FunctionParameter) |
Visual C++ |
---|
public: static IDictionary<String^, FunctionParameter^>^ GetParameters( Object^ functionObject, Type^ baseFunctionType, String^ filePath ) |
Parameters
- functionObject
- Type: System..::..Object
The object that represents a function.
- baseFunctionType
- Type: System..::..Type
Type of the base function.
- filePath
- Type: System..::..String
Physical file location of the file behind the function, used for logging.
Return Value
[Missing <returns> documentation for "M:Composite.Plugins.Functions.FunctionProviders.FileBasedFunctionProvider.FunctionBasedFunctionProviderHelper.GetParameters(System.Object,System.Type,System.String)"]