Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
StaticAnalysis
DependencyAnalyzer
MissingAssembly
C# Class StaticAnalysis.DependencyAnalyzer.MissingAssembly
Record to indicate an assembly that is not in the dependency tree for a cmdlet assembly
Inheritance:
IReportRecord
显示文件
Open project: Azure/azure-powershell
Public Methods
Method
Description
FormatRecord
( ) :
string
Match
(
IReportRecord
other
) :
bool
Parse
(
string
line
) :
IReportRecord
PrintHeaders
( ) :
string
ToString
( ) :
string
Method Details
FormatRecord()
public
method
public
FormatRecord
( ) :
string
return
string
Match()
public
method
public
Match
(
IReportRecord
other
) :
bool
other
IReportRecord
return
bool
Parse()
public
method
public
Parse
(
string
line
) :
IReportRecord
line
string
return
IReportRecord
PrintHeaders()
public
method
public
PrintHeaders
( ) :
string
return
string
ToString()
public
method
public
ToString
( ) :
string
return
string