C# 클래스 JetBrains.DotPeek.Plugins.PeekFx.Infrastructure.FrameworkDefinitions.Silverlight.SilverlightFramework

상속: IFramework
파일 보기 프로젝트 열기: JetBrains/dotpeek-peekfx

보호된 프로퍼티들

프로퍼티 타입 설명
CoreAssemblies string[]
ReferencePath string

공개 메소드들

메소드 설명
GetAssemblies ( ) : IEnumerable
IsInstalled ( ) : bool

메소드 상세

GetAssemblies() 공개 추상적인 메소드

public abstract GetAssemblies ( ) : IEnumerable
리턴 IEnumerable

IsInstalled() 공개 추상적인 메소드

public abstract IsInstalled ( ) : bool
리턴 bool

프로퍼티 상세

CoreAssemblies 보호되어 있는 프로퍼티

protected string[] CoreAssemblies
리턴 string[]

ReferencePath 보호되어 있는 정적으로 프로퍼티

protected static string ReferencePath
리턴 string