DeploymentManifestFileSystemContext Class

IIS 7.0

Provides contextual information about a deployment manifest.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentManifestFileSystemContext

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentManifestFileSystemContext

The DeploymentManifestFileSystemContext type exposes the following members.

  NameDescription
Public propertyAttributesGets the file attribute flags for a file.
Public propertyLastWriteTimeGets a DateTime object that represents the last time the file was written to.
Public propertySecurityDescriptorGets a security descriptor for an object.
Public propertySizeGets the size (in bytes) of the current file.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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