Share via


IWebFileCtxService.AddDependentAssemblyFile(String) Method

Definition

Add a dependent assembly to the service.

public:
 int AddDependentAssemblyFile(System::String ^ pszFilePath);
public:
 int AddDependentAssemblyFile(Platform::String ^ pszFilePath);
int AddDependentAssemblyFile(std::wstring const & pszFilePath);
public int AddDependentAssemblyFile (string pszFilePath);
abstract member AddDependentAssemblyFile : string -> int
Public Function AddDependentAssemblyFile (pszFilePath As String) As Integer

Parameters

pszFilePath
String

[in] Pointer to a string containing the assembly file name. May be relative to the current directory (.).

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to