Mono.Xaml.XamlLoader.CreateFromFile C# (CSharp) Метод

CreateFromFile() публичный Метод

public CreateFromFile ( string path, bool createNamescope, Kind &kind ) : IntPtr
path string
createNamescope bool
kind Kind
Результат System.IntPtr
		public IntPtr CreateFromFile (string path, bool createNamescope, out Kind kind)
		{
			return CreateFromFileInternal (path, createNamescope, out kind);
		}