Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Specifies library path for type

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class LibraryPathAttribute : Attribute
Public NotInheritable Class LibraryPathAttribute _
	Inherits Attribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LibraryPathAttribute(String, array<String>[]()[][])
Initializes a new instance of the LibraryPathAttribute class
BasePath
Base library path, where item of specified type can be added

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D..::..LibraryPathAttribute

See Also