C# Class WPF.JoshSmith.Markup.IfFullTrustExtension

Inheritance: System.Windows.Markup.MarkupExtension
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ProvideValue ( IServiceProvider sp ) : object

Returns the objects declared by the Xaml property or null, if running in partial-trust.

Private Methods

Method Description
IfFullTrustExtension ( ) : System

Method Details

ProvideValue() public method

Returns the objects declared by the Xaml property or null, if running in partial-trust.
public ProvideValue ( IServiceProvider sp ) : object
sp IServiceProvider
return object