FsrmFileScreenManagerClass Class
Used to manage file screen objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Inheritance Hierarchy
System.Object
Microsoft.Storage.FsrmFileScreenManagerClass
Syntax
[ClassInterfaceAttribute(0)]
[GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")]
public class FsrmFileScreenManagerClass : IFsrmFileScreenManager,
FsrmFileScreenManager
[ClassInterfaceAttribute(0)]
[GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")]
public ref class FsrmFileScreenManagerClass : IFsrmFileScreenManager,
FsrmFileScreenManager
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")>]
type FsrmFileScreenManagerClass =
class
interface IFsrmFileScreenManager
interface FsrmFileScreenManager
end
<ClassInterfaceAttribute(0)>
<GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")>
Public Class FsrmFileScreenManagerClass
Implements IFsrmFileScreenManager, FsrmFileScreenManager
Constructors
Name | Description | |
---|---|---|
FsrmFileScreenManagerClass() | Creates a new instance of the FsrmFileScreenManagerClass object. |
Properties
Name | Description | |
---|---|---|
ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property. |
|
ActionVariables | Retrieves a list of macros that you can specify in action property values. |
Methods
Name | Description | |
---|---|---|
CreateFileScreen(String) | Creates a file screen object. |
|
CreateFileScreenCollection() | Creates an empty collection to which you can add file screens. |
|
CreateFileScreenException(String) | Creates a file screen exception object. |
|
EnumFileScreenExceptions(String, _FsrmEnumOptions) | Enumerates the file screen exceptions for the specified directory and its subdirectories. |
|
EnumFileScreens(String, _FsrmEnumOptions) | Enumerates the file screen exceptions for the specified directory and its subdirectories. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetFileScreen(String) | Retrieves the specified file screen. |
|
GetFileScreenException(String) | Retrieves the specified file screen exception. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
FsrmFileScreenManager
Microsoft.Storage Namespace
Return to top