Site Constructor (String^)

 

Initializes a new instance of the Site class with the website from which a code assembly originates.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
Site(
	String^ name
)

Parameters

name
Type: System::String^

The website of origin for the associated code assembly.

Exception Condition
ArgumentNullException

The name parameter is null.

.NET Framework
Available since 1.1
Return to top
Show: