'Declaration
<NotNullAttribute()> Public Function GetFileInfo( _ ByVal subpath As String _ ) As IFileInfo
'Usage
Dim instance As MappedFileProvider Dim subpath As String Dim value As IFileInfo value = instance.GetFileInfo(subpath)
[NotNull()] public: IFileInfo^ GetFileInfo( String^ subpath )
Parameters
- subpath
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).