C# Class JetBrains.DotPeek.Plugins.PeekFx.Infrastructure.FrameworkDefinitions.Silverlight.SilverlightFramework

Inheritance: IFramework
ファイルを表示 Open project: JetBrains/dotpeek-peekfx

Protected Properties

Property Type Description
CoreAssemblies string[]
ReferencePath string

Public Methods

Method Description
GetAssemblies ( ) : IEnumerable
IsInstalled ( ) : bool

Method Details

GetAssemblies() public abstract method

public abstract GetAssemblies ( ) : IEnumerable
return IEnumerable

IsInstalled() public abstract method

public abstract IsInstalled ( ) : bool
return bool

Property Details

CoreAssemblies protected_oe property

protected string[] CoreAssemblies
return string[]

ReferencePath protected_oe static_oe property

protected static string ReferencePath
return string