IWebFileCtxService.AddDependentAssemblyFile(String) 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.
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.