مشاركة عبر


VsaLoader Class

Note: This API is now obsolete.

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'إقرار
<GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")> _
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class VsaLoader _
    Implements IVsaEngine
'الاستخدام
Dim instance As VsaLoader
[GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class VsaLoader : IVsaEngine
[GuidAttribute(L"37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaLoader sealed : IVsaEngine
[<SealedAttribute>]
[<GuidAttribute("37e0fbbb-865f-339d-acf9-fd66f9a2867e")>]
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaLoader =  
    class
        interface IVsaEngine
    end
public final class VsaLoader implements IVsaEngine

Inheritance Hierarchy

System.Object
  Microsoft.Vsa.VsaLoader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VsaLoader Members

Microsoft.Vsa Namespace