You've already forked linux-packaging-mono
							
							
		
			
				
	
	
		
			114 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Type Name="SyntaxCheck" FullName="System.ComponentModel.SyntaxCheck">
 | |
|   <TypeSignature Language="C#" Maintainer="auto" Value="public static class SyntaxCheck" />
 | |
|   <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit SyntaxCheck extends System.Object" />
 | |
|   <AssemblyInfo>
 | |
|     <AssemblyName>System</AssemblyName>
 | |
|     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
 | |
|     <AssemblyVersion>1.0.3300.0</AssemblyVersion>
 | |
|     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
 | |
|     <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|     <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|   </AssemblyInfo>
 | |
|   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
 | |
|   <Base>
 | |
|     <BaseTypeName>System.Object</BaseTypeName>
 | |
|   </Base>
 | |
|   <Interfaces />
 | |
|   <Docs>
 | |
|     <remarks>To be added</remarks>
 | |
|     <summary>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>Provides methods to verify the machine name and path conform to a specific syntax. This class cannot be inherited.</para>
 | |
|     </summary>
 | |
|   </Docs>
 | |
|   <Members>
 | |
|     <Member MemberName="CheckMachineName">
 | |
|       <MemberSignature Language="C#" Value="public static bool CheckMachineName (string value);" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckMachineName(string value) cil managed" />
 | |
|       <MemberType>Method</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Boolean</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters>
 | |
|         <Parameter Name="value" Type="System.String" />
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <remarks>To be added</remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Checks the syntax of the machine name to confirm that it does not contain "\".</para>
 | |
|         </summary>
 | |
|         <returns>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>true if <paramref name="value" /> matches the proper machine name format; otherwise, false.</para>
 | |
|         </returns>
 | |
|         <param name="value">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />A string containing the machine name to check. </param>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="CheckPath">
 | |
|       <MemberSignature Language="C#" Value="public static bool CheckPath (string value);" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckPath(string value) cil managed" />
 | |
|       <MemberType>Method</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Boolean</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters>
 | |
|         <Parameter Name="value" Type="System.String" />
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <remarks>To be added</remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Checks the syntax of the path to see whether it starts with "\\".</para>
 | |
|         </summary>
 | |
|         <returns>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>true if <paramref name="value" /> matches the proper path format; otherwise, false.</para>
 | |
|         </returns>
 | |
|         <param name="value">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />A string containing the path to check. </param>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="CheckRootedPath">
 | |
|       <MemberSignature Language="C#" Value="public static bool CheckRootedPath (string value);" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckRootedPath(string value) cil managed" />
 | |
|       <MemberType>Method</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Boolean</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters>
 | |
|         <Parameter Name="value" Type="System.String" />
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <remarks>To be added</remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Checks the syntax of the path to see if it starts with "\" or drive letter "C:".</para>
 | |
|         </summary>
 | |
|         <returns>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>true if <paramref name="value" /> matches the proper path format; otherwise, false.</para>
 | |
|         </returns>
 | |
|         <param name="value">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />A string containing the path to check. </param>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|   </Members>
 | |
| </Type> |