IDeploymentModuleResolver.FindModuleFromAssemblyName Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Sub FindModuleFromAssemblyName ( _
assemblyName As AssemblyName, _
<OutAttribute> ByRef moduleSignature As String, _
<OutAttribute> ByRef modulePath As String _
)
'Usage
Dim instance As IDeploymentModuleResolver
Dim assemblyName As AssemblyName
Dim moduleSignature As String
Dim modulePath As String
instance.FindModuleFromAssemblyName(assemblyName, _
moduleSignature, modulePath)
void FindModuleFromAssemblyName(
AssemblyName assemblyName,
out string moduleSignature,
out string modulePath
)
void FindModuleFromAssemblyName(
AssemblyName^ assemblyName,
[OutAttribute] String^% moduleSignature,
[OutAttribute] String^% modulePath
)
abstract FindModuleFromAssemblyName :
assemblyName:AssemblyName *
moduleSignature:string byref *
modulePath:string byref -> unit
function FindModuleFromAssemblyName(
assemblyName : AssemblyName,
moduleSignature : String,
modulePath : String
)
Parameters
- assemblyName
Type: System.Reflection.AssemblyName
- moduleSignature
Type: System.String%
- modulePath
Type: System.String%