NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ApplicationDirectory.Copy

Creates a new copy of the evidence object.

[Visual Basic]
Public Function Copy() As Object
[C#]
public object Copy();
[C++]
public: Object* Copy();
[JScript]
public function Copy() : Object;

Return Value

A new equivalent instance of the evidence object.

See Also

ApplicationDirectory Class | ApplicationDirectory Members | System.Security.Policy Namespace