InlineScriptCompiler.GetMethodInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetMethodInfo(Microsoft::BizTalk::BaseFunctoids::ScriptType scriptType, System::String ^ code, System::String ^ globals, Microsoft::BizTalk::BaseFunctoids::InlineGlobalHelperFunction functions, [Runtime::InteropServices::Out] System::String ^ % methodName, [Runtime::InteropServices::Out] int % numParams);
public void GetMethodInfo (Microsoft.BizTalk.BaseFunctoids.ScriptType scriptType, string code, string globals, Microsoft.BizTalk.BaseFunctoids.InlineGlobalHelperFunction functions, out string methodName, out int numParams);
member this.GetMethodInfo : Microsoft.BizTalk.BaseFunctoids.ScriptType * string * string * Microsoft.BizTalk.BaseFunctoids.InlineGlobalHelperFunction * string * int -> unit
Parameters
- scriptType
- ScriptType
- code
- String
- globals
- String
- functions
- InlineGlobalHelperFunction
- methodName
- String
- numParams
- Int32