C# 클래스 NuGet.Indexing.IndexingUtils

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata 1 사용 예제들

공개 메소드들

메소드 설명
IsFatal ( Exception e ) : bool
Load ( string name, ILoader loader, Microsoft.Extensions.Logging.ILogger logger, IDictionary targetDictionary ) : void
UpdateDictionary ( JsonReader jsonReader, IDictionary targetDictionary ) : void

메소드 상세

IsFatal() 공개 정적인 메소드

public static IsFatal ( Exception e ) : bool
e System.Exception
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string name, ILoader loader, Microsoft.Extensions.Logging.ILogger logger, IDictionary targetDictionary ) : void
name string
loader ILoader
logger Microsoft.Extensions.Logging.ILogger
targetDictionary IDictionary
리턴 void

UpdateDictionary() 공개 정적인 메소드

public static UpdateDictionary ( JsonReader jsonReader, IDictionary targetDictionary ) : void
jsonReader Newtonsoft.Json.JsonReader
targetDictionary IDictionary
리턴 void