System.AppDomain.AppDomain.ApplyPolicy C# (CSharp) Méthode

ApplyPolicy() private méthode

private ApplyPolicy ( string assemblyName ) : string
assemblyName string
Résultat string
		public string ApplyPolicy (string assemblyName)
		{
			if (assemblyName == null)
				throw new ArgumentNullException ("assemblyName");
			if (assemblyName.Length == 0) // String.Empty
				throw new ArgumentException ("assemblyName");
			return assemblyName;
		}