InlineScriptCompiler.GetMethodInfo Method

Definition

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
methodName
String
numParams
Int32

Applies to