메소드 | 설명 | |
---|---|---|
AttachFilter ( string filterName, string volumeName ) : string |
Attaches a new MiniFilter instance to the given volume. NOTE: This method doesn't throw an exception if the MiniFilter driver is already attached. |
|
DetachFilter ( string filterName, string volumeName ) : void |
Detaches the given MiniFilter instance from the given volume. NOTE: This method doesn't throw an exception if the MiniFilter driver is already detached. |
메소드 | 설명 | |
---|---|---|
AttachFilter ( string filterName, string volumeName, string instanceName ) : string | ||
DetachFilter ( string filterName, string volumeName, string instanceName ) : void | ||
FltmcManager ( ) : System |
Prevents a default instance of the FltmcManager class from being created.
|
|
GetFiltersInformation ( ) : IEnumerable |
||
LoadFilter ( string filterName ) : void | ||
MarshalFilterInfo ( |
Marshals the filter info objects from the ptr specified.
|
|
UnloadFilter ( string filterName ) : void |
public AttachFilter ( string filterName, string volumeName ) : string | ||
filterName | string | Name of the MiniFilter driver. |
volumeName | string |
/// Volume name to attach the driver to. /// The
|
리턴 | string |
public DetachFilter ( string filterName, string volumeName ) : void | ||
filterName | string | Name of the MiniFilter driver. |
volumeName | string |
/// Volume name to detach the driver from. /// The
|
리턴 | void |