IDeploymentModuleResolver.FindModuleFromFileInfo Method
This API supports the .NET Framework 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 FindModuleFromFileInfo ( _
filePath As String, _
<OutAttribute> ByRef modulePath As String, _
<OutAttribute> ByRef moduleSignature As String, _
<OutAttribute> ByRef foundLanguage As UShort, _
<OutAttribute> ByRef foundMSVersion As UInteger, _
<OutAttribute> ByRef foundLSVersion As UInteger _
)
'Usage
Dim instance As IDeploymentModuleResolver
Dim filePath As String
Dim modulePath As String
Dim moduleSignature As String
Dim foundLanguage As UShort
Dim foundMSVersion As UInteger
Dim foundLSVersion As UInteger
instance.FindModuleFromFileInfo(filePath, _
modulePath, moduleSignature, foundLanguage, _
foundMSVersion, foundLSVersion)
void FindModuleFromFileInfo(
string filePath,
out string modulePath,
out string moduleSignature,
out ushort foundLanguage,
out uint foundMSVersion,
out uint foundLSVersion
)
void FindModuleFromFileInfo(
String^ filePath,
[OutAttribute] String^% modulePath,
[OutAttribute] String^% moduleSignature,
[OutAttribute] unsigned short% foundLanguage,
[OutAttribute] unsigned int% foundMSVersion,
[OutAttribute] unsigned int% foundLSVersion
)
abstract FindModuleFromFileInfo :
filePath:string *
modulePath:string byref *
moduleSignature:string byref *
foundLanguage:uint16 byref *
foundMSVersion:uint32 byref *
foundLSVersion:uint32 byref -> unit
function FindModuleFromFileInfo(
filePath : String,
modulePath : String,
moduleSignature : String,
foundLanguage : ushort,
foundMSVersion : uint,
foundLSVersion : uint
)
Parameters
- filePath
Type: System.String
- modulePath
Type: System.String%
- moduleSignature
Type: System.String%
- foundLanguage
Type: System.UInt16%
- foundMSVersion
Type: System.UInt32%
- foundLSVersion
Type: System.UInt32%