NDoc 1.3.1 SDK

PathItemBase Class

For a list of all members of this type, see PathItemBase Members.

System.Object
   NDoc.Core.PathItemBase
      NDoc.Core.FilePath
      NDoc.Core.FolderPath
      NDoc.Core.ReferencePath

[Visual Basic]
<Serializable, _  DefaultProperty(Name:="Path"), _  TypeConverter(ConverterTypeName:="NDoc.Core.PathItemBase+TypeConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")>
Public Class PathItemBase [C#]
[Serializable]
[DefaultProperty(Name="Path")]
[TypeConverter(ConverterTypeName="NDoc.Core.PathItemBase+TypeConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]
public class PathItemBase [C++]
[Serializable]
[DefaultProperty(Name="Path")]
[TypeConverter(ConverterTypeName="NDoc.Core.PathItemBase+TypeConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]
public __gc class PathItemBase [JScript] public 
   Serializable
   DefaultProperty(Name="Path")
   TypeConverter(ConverterTypeName="NDoc.Core.PathItemBase+TypeConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")
class PathItemBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

PathItemBase Members | NDoc.Core Namespace