BaseFunctoid.SetExternalFunctionNameWithAsmPath 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 SetExternalFunctionNameWithAsmPath(System::String ^ assemblyName, System::String ^ assemblyPath, System::String ^ className, System::String ^ functionName);
public void SetExternalFunctionNameWithAsmPath (string assemblyName, string assemblyPath, string className, string functionName);
member this.SetExternalFunctionNameWithAsmPath : string * string * string * string -> unit
Public Sub SetExternalFunctionNameWithAsmPath (assemblyName As String, assemblyPath As String, className As String, functionName As String)
Parameters
- assemblyName
- String
- assemblyPath
- String
- className
- String
- functionName
- String